{% extends "layout.html" %} {% block breadcrumbs %} {% endblock %} {% block title %} Edit profile {{ block.super }} {% endblock %} {% block header %} {% endblock header %} {% block content %}
{% csrf_token %} {% include 'partials/form_fields.html' with form=form %}
or cancel.
{% endblock content %}