{% extends "agenda/base.html" %} {% load url from future %} {% load apptags %} {% block appbar %}

Agenda

Retourner à l'agenda {% endblock %} {% block beforecontent %}
{% for ressources_type in ressources_types %}
{{ ressources_type.type }}
    {% for ressource in ressources_type.ressources %}
  • {{ ressource.name }} (-)
  • {% endfor %}
{% endfor %}
{% endblock %} {% block agenda-content %}
{% for ressource_agenda in ressources_agenda %} {% endfor %}
{% endblock %} {% block dialogs %} {% endblock %}