{% extends "agenda_culturel/page.html" %} {% load tag_extra %} {% block title %}{% block og_title %}Étiquette {{ tag }}{% endblock %}{% endblock %} {% load cat_extra %} {% load utils_extra %} {% block fluid %}{% endblock %} {% block entete_header %} {% css_categories %} {% endblock %} {% block body-class %}tag{% endblock %} {% block content %}
< Toutes les étiquettes
{% if object %} {% if perms.agenda_culturel.change_tag %} Modifier {% picto_from_name "edit" %} {% endif %} {% if perms.agenda_culturel.delete_tag %} Supprimer les informations {% picto_from_name "trash-2" %} {% endif %} {% else %} {% if perms.agenda_culturel.add_tag %} Renseigner {% picto_from_name "edit" %} {% endif %} {% endif %} {% if perms.agenda_culturel.change_tag %} Renommer {% picto_from_name "edit-3" %} Supprimer {% picto_from_name "trash-2" %} {% endif %}

Étiquette {{ tag }}

{% if user.is_authenticated and object %} {% if object.in_excluded_suggestions %}

Cette étiquette fait partie des étiquettes suggérées pour l'exclusion.

{% endif %} {% if object.in_included_suggestions %}

Cette étiquette fait partie des étiquettes suggérées pour l'inclusion.

{% endif %} {% if object.principal %}

Cette étiquette fait partie des étiquettes principales mises en avant.

{% endif %} {% endif %}
{% 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 %}
{% if past %} Voir les événements à venir {% else %} Voir les événements passés {% endif %}

{% if past %}Événements passés{% else %}Événements à venir{% endif %}

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