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

{% trans "Survey WEI" %}

{% trans 'user'|capfirst %}
{{ object.user }}
{% csrf_token %} {{ form|crispy }}
{% endblock %}