{% trans "User profile" %}

{% if haschosenreward and request.user.chosenreward.is_pending %}

{% if request.user.account_type.is_basic %} Your registration is pending, please wait two minutes before refreshing this page. {% else %} Your registration is pending. If you completed the billing process, please wait two minutes before refreshing this page.

{% if not haspaid %}

If you have not completed the billing process, please do so now.

Pending registrations are removed after 24 hours.

{% endif %} {% endif %}
{% else %}

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

{% endif %}
{% 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" %} {% endif %}

{% if (haschosenreward and not request.user.chosenreward.is_pending) or not haschosenreward %}

{% trans "Services" %}

{% for limit in limits %} {% if limit.service_label() != 'Group' %} {% endif %} {% endfor %}
{% trans "Service" %} {% trans "Active" %} {% trans "Renews/Expires" %} {% trans "Credit" %} {% trans "Actions" %}
{{ limit.service_label() }} {{ limit.active_label() }} {{ limit.endpoint_short_label() }} {{ limit.credit_label() }}
{% csrf_token %} {% if limit.is_active and limit.service_activable_by_user() %} {% elif not limit.is_active and limit.service_activable_by_user() %} {% else %} {% endif %}
{% if has_limit["GROUP"]%}

{% trans "Group members" %}

{% trans "Group invites" %}

{% csrf_token %} {% if invitations["full"] %} {% else %} {% endif %}
{% endif %}

{% trans "Profile management" %}

{% endif %}