{% extends 'base.html' %} {% load crispy_forms_tags %} {% block content %}
{% include "cri_frontend/_criuser_nav.html" with current_page="account-info" %}

{% if criuser.criserviceaccount %} {% else %} {% endif %} {{ criuser.get_full_name }}

{% csrf_token %} {{ form|crispy }}
{% endblock %}