{% extends 'base/ebase.html.twig' %} {% block title %}snowboard{% endblock %} {% block body %}
{% for img in imgs %} {% if img.category.ename|lower == "snowboard" %} {% if img.display == 1 %}
{{img.etitle}}
{% if img.imageName %} {{img.ealtText}} {% else %} {{img.ealtText}} {% endif %}
{% endif %} {% endif %} {% endfor %}
{% for categoryText in categoryTexts %} {% if categoryText.category.ename|lower == "snowboard" %}
{{ categoryText.etitle}}
           {{categoryText.etext}} 
{{categoryText.ebutton}} {% endif %} {% endfor %}
{% for section in sections %}

{{ section.eprice|upper }}

{{ section.epriceTitle|upper }}

{% endfor %}
{% for package in packages %} {% if package.category.ename|lower == "snowboard" %} {% if package.display == 1 %}
{% endif %} {% endif %} {% endfor %}
{% endblock %}