{% extends "base.html" %} {% load i18n translations %} {% block breadcrumbs %}
{% if is_reset %} {% blocktranslate %}Follow the password recovery instructions sent to your e-mail inbox.{% endblocktranslate %} {% elif is_remove %} {% blocktranslate %}Remove your account by clicking the confirmation link sent to your e-mail inbox.{% endblocktranslate %} {% else %} {% blocktranslate %}Click the confirmation link sent to your e-mail inbox and start using your account.{% endblocktranslate %} {% endif %}
{% blocktranslate %}Please look into your spam folder if you cannot see it in your inbox.{% endblocktranslate %}
{% blocktranslate count count=validity %}The confirmation link will expire after {{ count }} hour.{% plural %}The confirmation link will expire after {{ count }} hours.{% endblocktranslate %} {% if is_reset or is_remove %} {% blocktranslate %}Request a new confirmation link if it expires.{% endblocktranslate %} {% else %} {% blocktranslate %}Register again if the confirmation link expires.{% endblocktranslate %} {% endif %}
{% translate "E-mail is not an instant technology. Please wait for the confirmation e-mail at least 30 minutes before you write to us about issues." %}