{% extends 'core_main_app/_render/admin/theme/tools/box.html' %} {% load timestamptags %} {% load tz %} {% block box_title %}Disabled versions{% endblock %} {% block box_body %}
{% for version in data.categorized_versions.disabled reversed %} {% empty %} {% endfor %}
Version # Status Upload date Actions
{{ version.index }} Disabled {{ version.creation_date|localtime }} Restore
No disabled versions for this template
{% endblock %}