{% extends "front/front_base.html" %} {% load i18n %} {% load thumbnail %} {% load front_tags %} {% block title %}Lignes de temps : groupe "{{group.name}}"{% endblock %} {% block js_import %} {{block.super}} {% endblock %} {% block css_import %} {{block.super}} {% endblock %} {% block js_declaration %} {{block.super}} {% endblock %} {% block body %} {{block.super}} {% if tag_cloud|length > 0 %}
{% trans 'Filter the medias' %} : {% for t in tag_cloud|slice:":5" %}{{t.name}}{% if not forloop.last %}, {% endif %}{% endfor %}
{% endif %}{% trans 'by' %} IRI | {{content.duration|str_duration:"h"}}
{% trans 'All tags' %} : {% for t in tag_cloud %} {{t.name}} {% if not forloop.last %}, {% endif %}{% endfor %}
{% endif %} {% endblock %}