{% extends "base.html" %} {% block content %}

User Profile - {{ user.get_full_name }}

{% csrf_token %} {% include "dojo/form_fields.html" with form=form %} {% include "dojo/form_fields.html" with form=contact_form %}
{% if user.has_usable_password %} Change Password {% endif %} API Key
{% endblock %}