{% 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 %}

Welcome!

This is the first time you have logged into the Prescribed Burn System. To get started, select your region and district from the dropdowns below.
{% endif %}

Edit Profile

Select the region and district that you belong to.

{% endblock %} {% block content %} {% crispy form %} {% endblock %}