---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 %}
{% if change %}{% if not is_popup %}
{% endif %}{% 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
'\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
\n' Other
'{%' Comment.Preproc
' ' Text
'endblock' Keyword
' ' Text
'%}' Comment.Preproc
'\n' Other