1 {% extends "archive/base.html" %}
6 {% block menu-active-unmanaged %}active{% endblock %}
11 <p>{% trans "File with same name already exists!" %}</p>
18 <div class="card mt-4">
19 <div class="card-header">
20 <h1>{{ filename }}</h1>
22 <div class="card-body">
23 {% multiple_tags_table tags %}
25 <form method="post" action="{% url 'move_to_new' filename %}">
27 <input class="btn btn-primary" type="submit" value="{% trans "Move to new files" %}" />