{% extends "wlggz/base.html" %} {% load i18n %} {% block content %} {% include "django_messages/inlines/navigation.html" %}

{% trans "Set GGZ password" %}

{% if profile_form.errors %} {% endif %} {% for field in ggz_form %} {% if field.errors %} {% endif %} {% endfor %}
{{ profile_form.errors }}
{{ field.errors }}
{{ field.label_tag }}: {{ field }} {% ifequal field.name "time_display" %} Documented here {% endifequal %}
{% endblock %}