{% extends "member/base.html" %} {% comment %} SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load i18n crispy_forms_tags %} {% block profile_content %}

{{ title }}

{% csrf_token %} {{ form |crispy }}
{% endblock %} {% block extracss %} {% endblock %} {% block extrajavascript%} {% endblock %}