{% extends "agenda_culturel/page.html" %} {% block title %}{% block og_title %}Les événements {{ tag }}{% endblock %}{% endblock %} {% load cat_extra %} {% block fluid %}{% endblock %} {% block entete_header %} {% css_categories %} {% endblock %} {% block body-class %}tag{% endblock %} {% block content %}
{% if object %} {% if perms.agenda_culturel.change_tag %} Modifier {% endif %} {% if perms.agenda_culturel.delete_tag %} Supprimer les informations {% endif %} {% else %} {% if perms.agenda_culturel.add_tag %} Renseigner l'étiquette {% endif %} {% endif %}

Les événements {{ tag }}

{% if object %}

{{ object.description|safe }}

{% endif %}
{% for event in events %} {% include "agenda_culturel/single-event/event-elegant-inc.html" with event=event day=0 %} {% endfor %} {% endblock %}