{% extends "collection/collection_view.html" %} {% load i18n inlinetrans action_tags %} {% block pagetitle %}{% trans "Events index" %} - {% if date %}{{ date|date }}{% else %}{% trans "For every date" %}{% endif %}{% endblock %} {% block listtitle %}{% inline_trans "Events index" %} - {% if date %}{{ date|date }}{% else %}{% inline_trans "For every date" %}{% endif %}{% endblock %} {% block contenttitle %} {{ block.super }} {% block eventhistoric %}
{% inline_trans "Events historic" %}
{% endblock %} {% endblock %}