20 lines
No EOL
660 B
Text
20 lines
No EOL
660 B
Text
{% load i18n %}
|
|
|
|
{% trans "Data Center Light Account Activation" %}
|
|
|
|
{% blocktrans %}You can copy and paste the following link into the address bar of your browser to activate your Data Center Light account.{% endblocktrans %}
|
|
|
|
{{base_url}}{{activation_link}}
|
|
|
|
{% if account_details %}
|
|
{% url 'hosting:reset_password' as reset_password_url %}
|
|
{% trans "Your account details are as follows" %}:
|
|
|
|
{% trans "Username" %} : {% trans "Your email address" %}
|
|
{% trans "Password" %} : {{account_details}}
|
|
|
|
{% trans "You can reset your password here" %}:
|
|
{{base_url}}{{reset_password_url}}
|
|
{% endif %}
|
|
|
|
{% trans "Your Data Center Light Team" %} |