X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/ab256e72e6a8095629a62dfc6af70c3793b1d41c..e4299e3bb280ad6fb9bd640f2cd7c6d61335f0b2:/Resources/views/session/index.html.twig diff --git a/Resources/views/session/index.html.twig b/Resources/views/session/index.html.twig index 291e52a..abfdc20 100644 --- a/Resources/views/session/index.html.twig +++ b/Resources/views/session/index.html.twig @@ -30,18 +30,16 @@ {{ include('@RapsysAir/form/_toolbox.html.twig') }} {% if locations is defined and locations %} -
-
-

{% trans %}Locations{% endtrans %}

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

{{ title }}

-
- {% endfor %} -
-
-
+
+

{% trans %}Locations{% endtrans %}

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

{{ title }}

+
+ {% endfor %} +
+
{% endif %} {% endblock %}