{% extends 'Default/base.html.twig' %} {% block title %}{{'Direction.T19' | trans}} {% endblock %} {% block breadcrumb1 %} {{'Direction.T10' | trans}} {% endblock %} {% block breadcrumb2 %} {{'Direction.T11' | trans}} {% endblock %} {% block content %}
{% for direction in directions %} {% endfor %}
{% endblock %}