+ {% trans "Welcome" %},
+ <span class="hidden-box-wrapper">
+ <a href="{% url user_settings %}" class="hidden-box-trigger">
+ <strong>{{ user.username }}</strong>
+ </a>
+ <span id="user-menu" class="hidden-box">
+ <a href="{% url account_set_password %}">{% trans "Password" %}</a><br/>
+ <a href="{% url account_email %}">{% trans "E-mail" %}</a><br/>
+ <a href="{% url socialaccount_connections %}">{% trans "Social accounts" %}</a><br/>
+ </span>
+ </span>