{% extends 'layout.html' %} {% load i18n %} {% block headertext %} {% trans "Dashboard access" %} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

{% trans "Let us know your email address and we'll create a dashboard user for you and email you the details." %}

{% csrf_token %} {% include 'partials/form_fields.html' with form=form %}
{% endblock %}