{% extends "agenda_culturel/page.html" %} {% block title %} {% block og_title %}Les étiquettes des événements{% endblock %} {% endblock %} {% load cat_extra %} {% load utils_extra %} {% load tag_extra %} {% load cache %} {% block fluid %}{% endblock %} {% block entete_header %} {% css_categories %} {% endblock %} {% block content %} {% with cache_timeout=user.is_authenticated|yesno:"30,600" %} {% cache cache_timeout alltags %}
{% if user.is_authenticated %} {% endif %}

Les étiquettes des événements

{% if tags %} {% for tag in tags %}
{{ tag.tag }}: {{ tag.count }}
{% if tag.obj %} {% if not tag.obj.description|html_vide %}{{ tag.obj.description|safe }}{% endif %} {% if tag.obj.principal or tag.obj.in_included_suggestions or tag.obj.in_excluded_suggestions %}

Cette étiquette {% if tag.obj.principal %}est mise en avant parmi les étiquettes principales{% endif %} {% if tag.obj.principal and tag.obj.in_included_suggestions %},{% endif %} {% if tag.obj.in_included_suggestions %}fait partie des étiquettes suggérées à inclure{% endif %} {% if tag.obj.in_excluded_suggestions %} {% if tag.obj.in_included_suggestions or tag.obj.principal %}et{% endif %} {% endif %} {% if tag.obj.in_excluded_suggestions %}fait partie des étiquettes suggérées à exclure{% endif %} .

{% endif %} {% else %}

-

{% endif %}
{% endfor %} {% else %}

Il n'y a aucune étiquette.

{% endif %}
{% endcache %} {% endwith %} {% endblock %}