{% extends "front/front_base.html" %} {% load i18n %} {% load thumbnail %} {% load front_tags %} {% load static %} {% 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 %}{% endif %} {% if tag_cloud|length > 0 %} {% endif %} {% endblock %}