{% block head %}{% endblock %}
{% if user is defined and user %}
SWIA Commission Agreement Intake
Dashboard
New Form
{% if user.role in ('admin', 'superadmin') %}
Admin Panel
{% endif %}
{{ user.full_name }}
{{ user.role }}
Password
Logout
{% endif %}
{% block content %}{% endblock %}
{% block scripts %}{% endblock %}