{% extends 'reseau/main.html' %} {% load static %} {% block content %}

Liste de mes admissions


Remplaçant : {{worker.user.first_name}} {{worker.user.last_name|upper}}

{% csrf_token %} {% csrf_token %}
Nous ne partagerons jamais votre email à qui que ce soit.
{% for structure_allowed in structures_allowed %} {% endfor %}
# Structure Code
{{forloop.counter}} {{structure_allowed.name}} {{structure_allowed.code}}
{% endblock content %}