{% extends 'creme_core/history/html/base.html' %}
{% load i18n creme_ctype %}{% load templatize from creme_core_tags %}
{% block content %}
{% with modifications=hline.modifications %}
{% ctype_counted_instances_label ctype=hline.entity_ctype count=modifications.0 as counted_instances %}
{% if modifications|length >= 3 %}{% templatize '{{modifications.2}}' as filter %}{% else %}{% translate 'All' context 'creme_core-filter' as filter %}{% endif %}
{% blocktranslate with view=modifications.1 %}Export of «{{counted_instances}}» (view «{{view}}» & filter «{{filter}}»){% endblocktranslate %}
{% endwith %}
{% endblock %}