{% 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 'Filter the medias' %}
{% trans 'All categories of medias' %} : {% for t in tag_cloud %} {{t.name}}{% if not forloop.last %}, {% endif %}{% endfor %}
{% endif %}{% if results.has_previous %} {% trans "previous" %} {% endif %} {% if results.paginator.num_pages > 1 %} {% for i in results.paginator.num_pages|get_range %} {% if i|add:'1' == results.number %} {{i|add:'1'}} {% else %} {{i|add:'1'}} {% endif %} {% if i|add:'1' < results.paginator.num_pages and 1 < results.paginator.num_pages %} {% endif %} {% endfor %} {% endif %} {% if results.has_next %} {% trans "next" %} {% endif %} {% if results.paginator.num_pages > 1 %} . ({% trans 'All' %}) {% 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 %}