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