{% extends "base.html" %} {% load djblets_deco %} {% load i18n %} {% block title %}{% trans "My Account" %}{% endblock %} {% block content %} {% if must_configure %} {% box "important" %}
{% 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 %} {% endblock %}