{% extends 'core_main_app/_render/admin/theme/tools/box.html' %} {% load timestamptags %} {% block box_title %}Available versions{% endblock %} {% block box_tools %} {% endblock %} {% block box_body %}
Version # | Status | Upload date | Actions | |
---|---|---|---|---|
{{ version.index }} | {% if version.object == data.version_manager.current %}Current | {% else %}Uploaded | {% endif %}{{ version.object | print_timestamp }} | {% block box_actions %} XSLT {% if 'core_parser_app' in INSTALLED_APPS %} Modules {% endif %} {% endblock %} |