{% extends 'cubane/backend/base.html' %} {% load form_tags %} {% block title %} {% if edit %} {% if permissions.edit or not permissions %} Edit {% else %} View {% endif %} {{ verbose_name }} '{{ object }}' {% else %} Create {{ verbose_name }} {% endif %} {% endblock %} {% block content %} {% if not is_browse_dialog and not is_create_dialog %}

{% if edit %} {% if permissions.edit or not permissions %} Edit {% else %} View {% endif %} {{ verbose_name }} '{{ object }}' {% else %} Create {{ verbose_name }} {% endif %}

{% endif %} {% if edit and object_summary_items %} {% include 'cubane/backend/summary_info.html' %} {% endif %} {% include 'cubane/backend/form.html' %} {% endblock %} {% block js %} {{ block.super }} {% endblock %}