{% extends "/_base.html" %} {% block content %}

Agences

{% for agency in agencies %} {% endfor %}
ID Nom
{{agency[0]}} {{agency[1]}}
{% endblock %}