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