X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/53b0072e189e79e57d31f02e9e4ef00ae53511ff..e06ef3f9c312bcdd88a506f96c977937c26d70e4:/Resources/views/location/cities.html.twig diff --git a/Resources/views/location/cities.html.twig b/Resources/views/location/cities.html.twig index 54e8690..a822f90 100644 --- a/Resources/views/location/cities.html.twig +++ b/Resources/views/location/cities.html.twig @@ -2,8 +2,7 @@ {% block content %}
-

{{ title }}

-

{{ description }}

+

{{ description }}

{% if cities is defined and cities %} @@ -13,7 +12,7 @@

{{ city.city }} ({{ city.id }})

-
+
{% if city.multimap is defined and city.multimap %} {% endif %} - {% for id, location in city.locations %} - - {% endfor %} +
    + {% for id, location in city.locations %} +
  • {% if city.multimap is defined and city.multimap %}{{ id }} {% endif %}{{ location.title }}
  • + {% endfor %} +
{% endfor %}