{% set title = _("User Preferences") %} {% include 'page_start.html' %} {% include 'nav_bar.html' %}

{{ title }}

{% include 'message.html' %}

{% trans %}Change password{% endtrans %}


{% trans %}Refresh{% endtrans %}

{% trans %}Refresh the list of repositories associated to your account. If you recently add a new repository and it doesn't show, you may try to refresh the list.{% endtrans %}

{% include 'page_end.html' %}