- </section>
- {% if locations is defined and locations %}
- <section id="location">
- <h2>{% trans %}Locations{% endtrans %}</h2>
- <div class="panel grid">
- {% for id, title in locations %}
- <section class="cell">
- <h3><a href="{{ path('rapsys_air_location_view', {'id': id}) }}">{{ title }}</a></h3>
- </section>
- {% endfor %}
- </div>
- </section>
- {% endif %}