---input--- {% extends "admin/base_site.html" %} {% load i18n admin_modify adminmedia %} {% block extrahead %}{{ block.super }} {% for js in javascript_imports %}{% include_admin_script js %}{% endfor %} {% endblock %} {% block stylesheet %}{% admin_media_prefix %}css/forms.css{% endblock %} {% block coltype %}{% if ordered_objects %}colMS{% else %}colM{% endif %}{% endblock %} {% block bodyclass %}{{ opts.app_label }}-{{ opts.object_name.lower }} change-form{% endblock %} {% block userlinks %}{% trans 'Documentation' %} / {% trans 'Change password' %} / {% trans 'Log out' %}{% endblock %} {% block breadcrumbs %}{% if not is_popup %} {% endif %}{% endblock %} {% block content %}
{% if change %}{% if not is_popup %} {% endif %}{% endif %}
{% block form_top %}{% endblock %}
{% if is_popup %}{% endif %} {% if opts.admin.save_on_top %}{% submit_row %}{% endif %} {% if form.error_dict %}

{% blocktrans count form.error_dict.items|length as counter %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktrans %}

{% endif %} {% for bound_field_set in bound_field_sets %}
{% if bound_field_set.name %}

{{ bound_field_set.name }}

{% endif %} {% if bound_field_set.description %}
{{ bound_field_set.description }}
{% endif %} {% for bound_field_line in bound_field_set %} {% admin_field_line bound_field_line %} {% for bound_field in bound_field_line %} {% filter_interface_script_maybe bound_field %} {% endfor %} {% endfor %}
{% endfor %} {% block after_field_sets %}{% endblock %} {% if change %} {% if ordered_objects %}

{% trans "Ordering" %}

{% if form.order_.errors %}{{ form.order_.html_error_list }}{% endif %}

{{ form.order_ }}

{% endif %} {% endif %} {% for related_object in inline_related_objects %}{% edit_inline related_object %}{% endfor %} {% block after_related_objects %}{% endblock %} {% submit_row %} {% if add %} {% endif %} {% if auto_populated_fields %} {% endif %}
{% endblock %} ---tokens--- '{%' Comment.Preproc ' ' Text 'extends' Keyword ' ' Text '"admin/base_site.html"' Literal.String.Double ' ' Text '%}' Comment.Preproc '\n' Other '{%' Comment.Preproc ' ' Text 'load' Keyword ' ' Text 'i18n' Name.Variable ' ' Text 'admin_modify' Name.Variable ' ' Text 'adminmedia' Name.Variable ' ' Text '%}' Comment.Preproc '\n' Other '{%' Comment.Preproc ' ' Text 'block' Keyword ' ' Text 'extrahead' Name.Variable ' ' Text '%}' Comment.Preproc '{{' Comment.Preproc ' ' Text 'block' Name.Builtin '.super' Name.Variable ' ' Text '}}' Comment.Preproc '\n\n' Other '{%' Comment.Preproc ' ' Text 'for' Keyword ' ' Text 'js' Name.Variable ' ' Text 'in' Keyword ' ' Text 'javascript_imports' Name.Variable ' ' Text '%}' Comment.Preproc '{%' Comment.Preproc ' ' Text 'include_admin_script' Keyword ' ' Text 'js' Name.Variable ' ' Text '%}' Comment.Preproc '{%' Comment.Preproc ' ' Text 'endfor' Keyword ' ' Text '%}' Comment.Preproc '\n' Other '{%' Comment.Preproc ' ' Text 'endblock' Keyword ' ' Text '%}' Comment.Preproc '\n' Other '{%' Comment.Preproc ' ' Text 'block' Keyword ' ' Text 'stylesheet' Name.Variable ' ' Text '%}' Comment.Preproc '{%' Comment.Preproc ' ' Text 'admin_media_prefix' Keyword ' ' Text '%}' Comment.Preproc 'css/forms.css' Other '{%' Comment.Preproc ' ' Text 'endblock' Keyword ' ' Text '%}' Comment.Preproc '\n' Other '{%' Comment.Preproc ' ' Text 'block' Keyword ' ' Text 'coltype' Name.Variable ' ' Text '%}' Comment.Preproc '{%' Comment.Preproc ' ' Text 'if' Keyword ' ' Text 'ordered_objects' Name.Variable ' ' Text '%}' Comment.Preproc 'colMS' Other '{%' Comment.Preproc ' ' Text 'else' Keyword ' ' Text '%}' Comment.Preproc 'colM' Other '{%' Comment.Preproc ' ' Text 'endif' Keyword ' ' Text '%}' Comment.Preproc '{%' Comment.Preproc ' ' Text 'endblock' Keyword ' ' Text '%}' Comment.Preproc '\n' Other '{%' Comment.Preproc ' ' Text 'block' Keyword ' ' Text 'bodyclass' Name.Variable ' ' Text '%}' Comment.Preproc '{{' Comment.Preproc ' ' Text 'opts' Name.Variable '.app_label' Name.Variable ' ' Text '}}' Comment.Preproc '-' Other '{{' Comment.Preproc ' ' Text 'opts' Name.Variable '.object_name' Name.Variable '.lower' Name.Variable ' ' Text '}}' Comment.Preproc ' change-form' Other '{%' Comment.Preproc ' ' Text 'endblock' Keyword ' ' Text '%}' Comment.Preproc '\n' Other '{%' Comment.Preproc ' ' Text 'block' Keyword ' ' Text 'userlinks' Name.Variable ' ' Text '%}' Comment.Preproc '' Other '{%' Comment.Preproc ' ' Text 'trans' Keyword ' ' Text "'Documentation'" Literal.String.Single ' ' Text '%}' Comment.Preproc ' / ' Other '{%' Comment.Preproc ' ' Text 'trans' Keyword ' ' Text "'Change password'" Literal.String.Single ' ' Text '%}' Comment.Preproc ' / ' Other '{%' Comment.Preproc ' ' Text 'trans' Keyword ' ' Text "'Log out'" Literal.String.Single ' ' Text '%}' Comment.Preproc '' Other '{%' Comment.Preproc ' ' Text 'endblock' Keyword ' ' Text '%}' Comment.Preproc '\n' Other '{%' Comment.Preproc ' ' Text 'block' Keyword ' ' Text 'breadcrumbs' Name.Variable ' ' Text '%}' Comment.Preproc '{%' Comment.Preproc ' ' Text 'if' Keyword ' ' Text 'not' Keyword ' ' Text 'is_popup' Name.Variable ' ' Text '%}' Comment.Preproc '\n\n' Other '{%' Comment.Preproc ' ' Text 'endif' Keyword ' ' Text '%}' Comment.Preproc '{%' Comment.Preproc ' ' Text 'endblock' Keyword ' ' Text '%}' Comment.Preproc '\n' Other '{%' Comment.Preproc ' ' Text 'block' Keyword ' ' Text 'content' Name.Variable ' ' Text '%}' Comment.Preproc '
\n' Other '{%' Comment.Preproc ' ' Text 'if' Keyword ' ' Text 'change' Name.Variable ' ' Text '%}' Comment.Preproc '{%' Comment.Preproc ' ' Text 'if' Keyword ' ' Text 'not' Keyword ' ' Text 'is_popup' Name.Variable ' ' Text '%}' Comment.Preproc '\n \n' Other '{%' Comment.Preproc ' ' Text 'endif' Keyword ' ' Text '%}' Comment.Preproc '{%' Comment.Preproc ' ' Text 'endif' Keyword ' ' Text '%}' Comment.Preproc '\n
' Other '{%' Comment.Preproc ' ' Text 'block' Keyword ' ' Text 'form_top' Name.Variable ' ' Text '%}' Comment.Preproc '{%' Comment.Preproc ' ' Text 'endblock' Keyword ' ' Text '%}' Comment.Preproc '\n
\n' Other '{%' Comment.Preproc ' ' Text 'if' Keyword ' ' Text 'is_popup' Name.Variable ' ' Text '%}' Comment.Preproc '' Other '{%' Comment.Preproc ' ' Text 'endif' Keyword ' ' Text '%}' Comment.Preproc '\n' Other '{%' Comment.Preproc ' ' Text 'if' Keyword ' ' Text 'opts' Name.Variable '.admin' Name.Variable '.save_on_top' Name.Variable ' ' Text '%}' Comment.Preproc '{%' Comment.Preproc ' ' Text 'submit_row' Keyword ' ' Text '%}' Comment.Preproc '{%' Comment.Preproc ' ' Text 'endif' Keyword ' ' Text '%}' Comment.Preproc '\n' Other '{%' Comment.Preproc ' ' Text 'if' Keyword ' ' Text 'form' Name.Variable '.error_dict' Name.Variable ' ' Text '%}' Comment.Preproc '\n

\n ' Other '{%' Comment.Preproc ' ' Text 'blocktrans' Keyword ' ' Text 'count' Name.Variable ' ' Text 'form' Name.Variable '.error_dict' Name.Variable '.items' Name.Variable '|' Operator 'length' Name.Function ' ' Text 'as' Keyword ' ' Text 'counter' Name.Variable ' ' Text '%}' Comment.Preproc 'Please correct the error below.' Other '{%' Comment.Preproc ' ' Text 'plural' Keyword ' ' Text '%}' Comment.Preproc 'Please correct the errors below.' Other '{%' Comment.Preproc ' ' Text 'endblocktrans' Keyword ' ' Text '%}' Comment.Preproc '\n

\n' Other '{%' Comment.Preproc ' ' Text 'endif' Keyword ' ' Text '%}' Comment.Preproc '\n' Other '{%' Comment.Preproc ' ' Text 'for' Keyword ' ' Text 'bound_field_set' Name.Variable ' ' Text 'in' Keyword ' ' Text 'bound_field_sets' Name.Variable ' ' Text '%}' Comment.Preproc '\n
\n ' Other '{%' Comment.Preproc ' ' Text 'if' Keyword ' ' Text 'bound_field_set' Name.Variable '.name' Name.Variable ' ' Text '%}' Comment.Preproc '

' Other '{{' Comment.Preproc ' ' Text 'bound_field_set' Name.Variable '.name' Name.Variable ' ' Text '}}' Comment.Preproc '

' Other '{%' Comment.Preproc ' ' Text 'endif' Keyword ' ' Text '%}' Comment.Preproc '\n ' Other '{%' Comment.Preproc ' ' Text 'if' Keyword ' ' Text 'bound_field_set' Name.Variable '.description' Name.Variable ' ' Text '%}' Comment.Preproc '
' Other '{{' Comment.Preproc ' ' Text 'bound_field_set' Name.Variable '.description' Name.Variable ' ' Text '}}' Comment.Preproc '
' Other '{%' Comment.Preproc ' ' Text 'endif' Keyword ' ' Text '%}' Comment.Preproc '\n ' Other '{%' Comment.Preproc ' ' Text 'for' Keyword ' ' Text 'bound_field_line' Name.Variable ' ' Text 'in' Keyword ' ' Text 'bound_field_set' Name.Variable ' ' Text '%}' Comment.Preproc '\n ' Other '{%' Comment.Preproc ' ' Text 'admin_field_line' Keyword ' ' Text 'bound_field_line' Name.Variable ' ' Text '%}' Comment.Preproc '\n ' Other '{%' Comment.Preproc ' ' Text 'for' Keyword ' ' Text 'bound_field' Name.Variable ' ' Text 'in' Keyword ' ' Text 'bound_field_line' Name.Variable ' ' Text '%}' Comment.Preproc '\n ' Other '{%' Comment.Preproc ' ' Text 'filter_interface_script_maybe' Keyword ' ' Text 'bound_field' Name.Variable ' ' Text '%}' Comment.Preproc '\n ' Other '{%' Comment.Preproc ' ' Text 'endfor' Keyword ' ' Text '%}' Comment.Preproc '\n ' Other '{%' Comment.Preproc ' ' Text 'endfor' Keyword ' ' Text '%}' Comment.Preproc '\n
\n' Other '{%' Comment.Preproc ' ' Text 'endfor' Keyword ' ' Text '%}' Comment.Preproc '\n' Other '{%' Comment.Preproc ' ' Text 'block' Keyword ' ' Text 'after_field_sets' Name.Variable ' ' Text '%}' Comment.Preproc '{%' Comment.Preproc ' ' Text 'endblock' Keyword ' ' Text '%}' Comment.Preproc '\n' Other '{%' Comment.Preproc ' ' Text 'if' Keyword ' ' Text 'change' Name.Variable ' ' Text '%}' Comment.Preproc '\n ' Other '{%' Comment.Preproc ' ' Text 'if' Keyword ' ' Text 'ordered_objects' Name.Variable ' ' Text '%}' Comment.Preproc '\n

' Other '{%' Comment.Preproc ' ' Text 'trans' Keyword ' ' Text '"Ordering"' Literal.String.Double ' ' Text '%}' Comment.Preproc '

\n
\n ' Other '{%' Comment.Preproc ' ' Text 'if' Keyword ' ' Text 'form' Name.Variable '.order_' Name.Variable '.errors' Name.Variable ' ' Text '%}' Comment.Preproc '{{' Comment.Preproc ' ' Text 'form' Name.Variable '.order_' Name.Variable '.html_error_list' Name.Variable ' ' Text '}}' Comment.Preproc '{%' Comment.Preproc ' ' Text 'endif' Keyword ' ' Text '%}' Comment.Preproc '\n

' Other '{{' Comment.Preproc ' ' Text 'form' Name.Variable '.order_' Name.Variable ' ' Text '}}' Comment.Preproc '

\n
\n ' Other '{%' Comment.Preproc ' ' Text 'endif' Keyword ' ' Text '%}' Comment.Preproc '\n' Other '{%' Comment.Preproc ' ' Text 'endif' Keyword ' ' Text '%}' Comment.Preproc '\n' Other '{%' Comment.Preproc ' ' Text 'for' Keyword ' ' Text 'related_object' Name.Variable ' ' Text 'in' Keyword ' ' Text 'inline_related_objects' Name.Variable ' ' Text '%}' Comment.Preproc '{%' Comment.Preproc ' ' Text 'edit_inline' Keyword ' ' Text 'related_object' Name.Variable ' ' Text '%}' Comment.Preproc '{%' Comment.Preproc ' ' Text 'endfor' Keyword ' ' Text '%}' Comment.Preproc '\n' Other '{%' Comment.Preproc ' ' Text 'block' Keyword ' ' Text 'after_related_objects' Name.Variable ' ' Text '%}' Comment.Preproc '{%' Comment.Preproc ' ' Text 'endblock' Keyword ' ' Text '%}' Comment.Preproc '\n' Other '{%' Comment.Preproc ' ' Text 'submit_row' Keyword ' ' Text '%}' Comment.Preproc '\n' Other '{%' Comment.Preproc ' ' Text 'if' Keyword ' ' Text 'add' Name.Variable ' ' Text '%}' Comment.Preproc '\n \n' Other '{%' Comment.Preproc ' ' Text 'endif' Keyword ' ' Text '%}' Comment.Preproc '\n' Other '{%' Comment.Preproc ' ' Text 'if' Keyword ' ' Text 'auto_populated_fields' Name.Variable ' ' Text '%}' Comment.Preproc '\n \n' Other '{%' Comment.Preproc ' ' Text 'endif' Keyword ' ' Text '%}' Comment.Preproc '\n
\n
\n' Other '{%' Comment.Preproc ' ' Text 'endblock' Keyword ' ' Text '%}' Comment.Preproc '\n' Other