1 {% extends "archive/base.html" %}
2 {% load i18n tags bootstrap4 %}
6 <div class="card mt-4">
7 <div class="card-header">
8 <h1>{{ filename }}</h1>
10 <div class="card-body">
11 <form method="post" action="{% url 'move_to_archive' filename %}">
13 <input class="btn btn-danger" type="submit" value="{% trans "Move to archive" %}" />
18 {% multiple_tags_table tags %}
22 <form method='post' action='.'>
24 {% bootstrap_form form %}
25 <input class="btn btn-primary" type="submit" value='{% trans "Commit" %}' />