X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/7c39996385dc40dad7e25f345e74780b9193a140..6d2040c8d296d45737f36b17b975059271fd48b5:/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 %}