{% extends "wiki/article.html" %} {% load wiki_tags i18n humanize sekizai_tags %} {% block wiki_pagetitle %}{% trans "Add file to" %} "{{ article.current_revision.title }}"{% endblock %} {% block wiki_contents_tab %} {% addtoblock "css" %} {% endaddtoblock %}

{% trans "Add attachment from other article" %}

{% if templates %} {% for template in templates %} {% endfor %}
{% trans "Template" %} {% trans "Main article" %} {% trans "Date" %} {% trans "Created by" %} {% trans "Action" %}

{{ template.template_title }}

{{ template.no_empty_description|default:_("No description")|safe }}
{{ template.article.current_revision.title }} {{ template.current_revision.created }} {% if template.current_revision.deleted %}{% trans "deleted" %}{% endif %} {% include "wiki/includes/revision_info.html" with revision=template.current_revision hidedate=1 hidenumber=1 %}
{% csrf_token %}
{% else %}

{% trans "Your search did not return any results" %}

{% endif %} {% with query as appended_value and "query" as appended_key %} {% include "wiki/includes/pagination.html" %} {% endwith %}

{% trans "Go back" %}

{% endblock %}