{% extends "wiki/article.html" %} {% load wiki_tags i18n humanize %} {% load url from future %} {% block pagetitle %}{% trans "Attachments" %}: {{ article.current_revision.title }}{% endblock %} {% block wiki_contents_tab %}
{% if article|can_write:user %}
{% trans "Upload new file" %} {% trans "Search and add file" %}
{% endif %}
{% endblock %}