{% extends "base.html" %} {% load i18n %} {% block content %}

{% trans "Account configuration" %}

{% trans "Contact info" %}
{% trans "SSH public keys" %}
{% trans "Edit resume and skills" %} (TODO)
{% trans "Set language" %} ({{LANGUAGE_CODE}})
{% trans "Change password" %}

{% trans "Public information" %}

{% trans "View your public profile" %}

{% trans "My groups" %}

{% regroup object_list by get_admin_flags_display as type_list %} {% if type_list %} {% else %}

{% trans "No groups." %}

{% endif %}
{% endblock %} {% comment %} Local Variables: ** mode: django-html ** tab-width: 4 ** indent-tabs-mode: nil ** End: ** {% endcomment %}