{% trans "User profile" %}

{% trans "Service credit and profile management" %}

{% if request.user.is_authenticated %} {% trans "Logged in as" %} {{ username }}
{% trans "Profile" %} | {% if request.user.is_superuser %} {% trans "Admin" %} | {% endif %} {% trans "Log out" %} {% else %} {% trans "You are not logged in." %}
{% trans "Log in" %} {% trans "or" %} {% trans "register." %} {% endif %}

{% trans "Services" %}

{% for limit in limits %} {% endfor %}
{% trans "Service" %} {% trans "Active" %} {% trans "Renews/Expires" %} {% trans "Credit" %}
{{ limit.service_label() }} {{ limit.active_label() }} {{ limit.endpoint_short_label() }} {{ limit.credit_label() }}

{% trans "Downloads" %}

{% if DEBUG_CHANGE_PASSWORD %}

{% trans "Profile management" %}

{% endif %}