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