{% extends 'core_main_app/_render/admin/theme/tools/box.html' %} {% block box_title %}Edit {% endblock %} {% block box_tools %} {% url 'admin:core_composer_app_types' as type_list_url %} {% include 'core_main_app/common/buttons/go_to.html' with url=type_list_url label='Back to Types' %} {% endblock %} {% block box_body %}
{% for bucket in data.buckets %} {% if data.version_manager in bucket.types %} {{ bucket.label }} {% endif %} {% endfor %}
{% csrf_token %} {{ data.form }}
{{ data.errors | safe}}

{% endblock %}