{% extends "admin/base_site_nav.html" %} {% load i18n admin_list %} {% block extrahead %}{{block.super}} {% endblock %} {% block content_title %}
{% if title %}

{{ title }}  

{% endif %}
{% endblock %} {% block content %}
{% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %}
{% if request.user.languageList|length > 2 %}
{% endif %}
{% trans "Number of records per page" %}
{% if THEMES|length > 1 %}
{% endif %} {% if SCENARIOS|length > 1 %}
{% endif %}
{% if request.user.avatar %} {% else %} {% endif %} Accepted formats are jpeg, png and gif.
Max file size is 100kB." %}">
{% if form.new_password1.help_text %}
{% autoescape off %}{{ form.new_password1.help_text }}{% endautoescape %}
{% endif %}
{% endblock %}