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