{% extends "schema/detail.html" %} {% block content %}
Archive type {{ object.type }}
Archive name {{ object.name }}
Max width {{ object.max_width }}
Max height {{ object.max_height }}
Location {{ object.location }}
Storage {{ object.storage }}
Sealed {{ object.sealed }}
{% endblock %}