{% load i18n %}
{{ self.title }}
{% for item in self.items %}

{{ item.label }}

{% empty %}
{% trans "No records found" %}.
{% endfor %}