{% extends "base.html" %} {% load i18n crispy_forms_tags %} {% comment %} SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% block contenttitle %}{% endblock %} {% block content %}

{{ title }}

{% csrf_token %} {{ form | crispy }} {{ profile_form | crispy }}
{% endblock %}