{% extends "admin/base_site.html" %} {% load i18n admin_static admin_modify %} {% load url from future %} {% load admin_urls %} {% block extrahead %}{{ block.super }} {% url 'admin:jsi18n' as jsi18nurl %} {{ media }} {% endblock %} {% block extrastyle %}{{ block.super }}{% endblock %} {% block bodyclass %}{{ opts.app_label }}-{{ opts.object_name.lower }} change-form{% endblock %} {% if not is_popup %} {% block breadcrumbs %} {% endblock %} {% endif %} {% block content %}
{% block object-tools %} {% if change %}{% if not is_popup %} {% endif %}{% endif %} {% endblock %}
{% csrf_token %}{% block form_top %}{% endblock %}
{% if is_popup %}{% endif %} {% if save_on_top %}{% block submit_buttons_top %}{% submit_row %}{% endblock %}{% endif %} {% if errors %}

{% blocktrans count counter=errors|length %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktrans %}

{{ adminform.form.non_field_errors }} {% endif %}
{%if original.use_last_frame %} {% if original.last_frame %} {% else %} {% endif %} {% endif %}
{% trans "Property" %} {% trans "Value" %} {% trans "Property" %} {% trans "Value" %}
{% trans "Id" %} {% trans "Type" %}
x y
{% trans "width" %} {% trans "height" %}
{% trans "Property" %} {% trans "Value" %}
{% trans "Solution" %} {% trans "Content" %}
{% trans "Feedback" %}
{% endblock %}