{% extends "detail.html" %} {% load yesnoicon %} {% block content %} {% if object.max_width is not None %} {% endif %} {% if object.location is not None %} {% endif %} {% if object.storage is not None %} {% endif %}
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|yesnoicon }}
{% endblock %}