{% extends 'base/ebase.html.twig' %} {% block title %}paragliding{% endblock %} {% block body %}
{% for categoryText in categoryTexts %} {% if categoryText.category.ename|lower == "paragliding" %}
{{ categoryText.etitle}}
        {{categoryText.etext}} 
{{categoryText.ebutton}} {% endif %} {% endfor %}
{% for img in imgs %} {% if img.category.ename|lower == "paragliding" %} {% if img.display == 1 %}
{{img.etitle}}
{% set path = '/build/img/images/para/' %} {% set id = (img.id) %} {% set file = '.webp' %} {% set filepath = path ~ id ~ file %} {% if img.imageName %} {{img.ealtText}} {% else %} {{img.ealtText}} {% endif %}
{% endif %} {% endif %} {% endfor %}
{% for section in sections %}

{{ section.eprice|upper }}

{{ section.epriceTitle|upper }}

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