{% extends "wiki/article.html" %} {% load wiki_tags i18n humanize %} {% block pagetitle %}{% trans "Attachments" as tmsg%}{{tmsg|force_escape}}: {{ article.current_revision.title }}{% endblock %} {% block wiki_contents_tab %}
{% if article|can_write:user %}
{% trans "Upload new file" as tmsg %}{{tmsg|force_escape}} {% trans "Search and add file" as tmsg %}{{tmsg|force_escape}}
{% endif %}
# xss-lint: disable=django-trans-missing-escape
{% endblock %}