{% load i18n heroicons %}
{% csrf_token %} {% if error %}

{% trans "Invalid code, please try again!" %}

{% else %}

{% heroicon_mini "check-circle" class="inline align-text-bottom fill-green-700" aria_hidden=true %} {% trans "An email containing a code has been sent. Please check your email for the code." %}

{% endif %}
{% if error %} {% endif %}
{% if request.user.has_usable_password %}

{% trans "Having problems?" %}

{% endif %}