{% extends "base.html" %} {% load djblets_deco %} {% load i18n %} {% block title %}{% trans "My Account" %}{% endblock %} {% block content %} {% if must_configure %} {% box "important" %}

{% trans "Apologies for the interruption, but please read this." %}

{% trans "Before you can continue to use Review Board, you'll need to set a few things. This will help us get to know each other better." %}

{% trans "At a minimum, make sure you have joined one or more groups." %}

{% endbox %} {% endif %}
{{form.redirect_to}} {% box "prefsuser" %}

{% trans "User Preferences" %}

{% ifequal siteconfig.settings.auth_backend "builtin" %} {% endifequal %} {% if can_change_password %} {% endif %} {% if siteconfig.settings.diffviewer_syntax_highlighting %} {% endif %}
{{form.first_name}}
{{form.last_name}}
{{form.email}} {{form.errors.email}}
{{form.password1}}
{{form.password2}} {{form.errors.password2}}
{{form.syntax_highlighting}} {{form.syntax_highlighting.label}}
{% endbox %} {% box "prefsgroup" %}

{% trans "Groups" %}

{% trans "Which groups do you belong to or wish to watch?" %}

{{form.groups}}
{% endbox %}
{% endblock %}