{% extends 'core_main_app/_render/admin/theme/tools/box.html' %} {% block box_title %}Available{% endblock %} {% block box_tools %} {% endblock %} {% block box_body %} {% if data.MULTIPLE_SCHEMAS %}

This page lists all Templates uploaded by admin users. Use drag and drop to update the order templates appear on the website, then click on "Save ordering" when done.

{% endif %} {% if data.MULTIPLE_SCHEMAS %} {% endif %} {% for object in data.available %} {% if data.MULTIPLE_SCHEMAS %} {% endif %} {% empty %} {% endfor %}
Display order{{ data.object_name }} Format Actions
{% if object.display_rank %} {{object.display_rank}} {% else %} - {% endif %} {{ object.title }} {{ object.current_version.format }} {% block box_actions %} Versions {% if object != data.registry_current_template %} {% url 'core_main_app_edit_template' object.id as edit_url %} {% include 'core_main_app/common/buttons/edit.html' %} {% endif %} {% endblock %}
No {{ data.object_name }} uploaded.
{% if data.MULTIPLE_SCHEMAS %} {% endif %} {% endblock %}