{# -*- coding: utf-8 -*- #} {% extends 'base.tmpl' %} {% block content %}

{{ title }}


{% if items %} {% else %}

{{ messages("Nothing found.") }}

{% endif %}
{% endblock %}