{% extends "base/document.html" %} {% load crispy_forms_tags %} {% block title %} {% trans "Update Profile" %} {% endblock %} {% block content %}

{% trans "Update Profile" %}

{% include 'fnprofile/includes/_fnprofile_navigation.html' %} {% endblock %} {% block extra_js %} {% endblock %}