{% extends "wiki/base.html" %} {% set title = _('All Files') %} {% block title %}{{ page_title(title) }}{% endblock %} {% block extrahead %} {% endblock %} {% block content %}

{{ title }}

{% if files.object_list %} {{ files|paginator }} {% else %}

{{ _('There are no files.') }}

{% endif %}
{% endblock %}