{% block title %}{{ type }} {{ _("List") }}{% endblock %} {% block header %}

{{ type }} {{ _("List") }}

{% endblock %} {% block content %}

{% if txt %}
Results filtered by {{ txt }}. ×
{% endif %}
{% for item in items %}
{{ item }}
{% endfor %}
{% endblock %} {% block script %} {% endblock %}