{% extends "account/base.html" %} {% load static i18n account crispy_forms_tags %} {% block title %}{% trans "BuildBlock | Forgot email" %}{% endblock %} {% block content %}

{% trans "Forgot email" %}

{% csrf_token %} {{ form|crispy }}
{% endblock content %} {% block more_action %}

{% blocktrans %}If you have difficulties finding your account, please contact BuildBlock Customer Center.{% endblocktrans %}

{% endblock more_action %}