- <div class="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>
+ <h3>{% trans %}Locations{% endtrans %}</h3>
+ <div class="grid">
+ {% for id, title in locations %}
+ <section class="cell">
+ <h4><a href="{{ path('rapsys_air_location_view', {'id': id}) }}">{{ title }}</a></h4>
+ </section>
+ {% endfor %}
+ </div>
+ </section>