{% extends "base_no_auth.html" %} {% load i18n %} {% block login_content %}
{% blocktrans %}Welcome to {{ site_name }}!{% endblocktrans %}
{% blocktrans with phone=profile.phone %}Your password has been sent to your phone number {{ phone }} as text message (SMS).{% endblocktrans %}
{% trans "You may go ahead and log in now." %}
{% else %}{% blocktrans %}Welcome to {{ site_name }}!{% endblocktrans %}
{% blocktrans with phone=profile.phone %}There was an error while sending a text message (SMS) with your new password to your phone number {{ phone }}. Please contact us at {{ support_email }}.{% endblocktrans %} {% endif %} {% else %}
{% trans "The activation link is invalid. Your account may already be activated."%}
{% endif %}