{% extends "admin/base_site.html" %} {% load i18n admin_modify adminmedia %} {% load application_admin %} {% 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 '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 %}{% application_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 %}

Notes

Because of the nature of the work for which you are applying this position is exempt from the provision of section 4(ii) of the Rehabilitation of Offenders Act 1974 (Exemptions Order 1975) and you are therefore not entitled to withhold information about convictions which for other purposes are `spent' under the provisions of the Act and in the event of an appointment any failure to disclose such convictions could result in the withdrawal of approval to work with children and/or young people within the organisation.

{% endblock %} {% application_submit_row %} {% if add %} {% endif %} {% if auto_populated_fields %} {% endif %}
{% endblock %}