{% extends "detail.html" %} {% load static %} {% load boolicontag %} {% block content %} {% if object.max_width is not None %} {% endif %} {% if object.location is not None %} {% endif %} {% if object.storage is not None %} {% endif %}
Summary Summary
Archive name {{ object.name }}
Archive type {{ object.type }}
Max object size {{ object.max_width }}×{{ object.max_height }}"
Location {{ object.location }}
Storage {{ object.storage }}
Sealed {{ object.sealed|boolicontag }}
{% endblock %} {% block moreactions %} {% if object.sealed %}
  • Print a cover sheet
  • {% endif %} {%endblock%}