{% extends "admin/base_site.html" %} {% load i18n staticfiles admin_list %} {% load crispy_forms_tags %} {% block breadcrumbs %}
{% endblock %} {% block content_title %} {% if request.session.first_login %}Select the region and district that you belong to.
{% endblock %} {% block content %} {% crispy form %} {% endblock %}