{% extends 'account/base.html' %}
{% set title = 'Update Profile' %}
{% import 'utils.html' as util with context %}
{% block settings %}
{{ util.update_profile_form(form) }}
{% endblock %}
{% block styles %}
{% endblock %}
{% block scripts %}
{% endblock %}