{% load i18n %} {% load account %} {% if settings.ACCOUNT_SIGNUP %}
{% blocktrans %}If you have not created an account yet, then please sign up first.{% endblocktrans %}
{% endif %}{% url 'account_reset_password' as reset_url %} {% blocktrans %}If you forgot your password and want to reset it, click here.{% endblocktrans %}