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

{{ title }}

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