X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/4d42be085512b64a6cb49a6b258562f26c8e4ffe..3438fdde1d50fdcfbbc2aa498752a0ec628f54d6:/Resources/views/default/index.html.twig diff --git a/Resources/views/default/index.html.twig b/Resources/views/default/index.html.twig index 662d1ea..e04f1b3 100644 --- a/Resources/views/default/index.html.twig +++ b/Resources/views/default/index.html.twig @@ -1,45 +1,45 @@ {% extends '@RapsysAir/body.html.twig' %} {% block content %} -
-

{{ section }}

-
+
+
+

{{ title }}

+

{{ description }}

+
+
{% endfor %}
{% endif %} {{ include('@RapsysAir/form/_toolbox.html.twig') }} -
- {% if locations is defined and locations %} -
-

{% trans %}Locations{% endtrans %}

-
- {% for id, title in locations %} -
-

{{ title }}

-
- {% endfor %} -
-
- {% endif %} + + {{ include('@RapsysAir/default/_location.html.twig') }} {% endblock %}