{% extends 'cubane/backend/create_edit.html' %} {% load form_tags %} {% load media_tags %} {% block content %}
{% with enctype='multipart/form-data' %} {{ block.super }} {% endwith %}
{% if is_images and object.get_shape_names %} {% for shape, title, ar in object.get_shape_labels %}
{{ title }}
{% endfor %} {% endif %}
{% if object and object.pk %} {% if object.is_image %} {% else %} {% endif %} {% endif %}
{% endblock %}