{% 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 }}

{% if object.category %}Cette étiquette est une sous-catégorie de {{ object.category| small_cat:object.category.get_absolute_url }}{% endif %}

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