{% extends '_base_only_content.html' %} {% load static %} {% load i18n %} {% load bootstrap3 %} {% block custom_head_css_js %} {% endblock %} {% block html_title %}{% trans 'Forgot password' %}{% endblock %} {% block title %} {% trans 'Forgot password' %}?{% endblock %} {% block content %}

{% trans 'Input your email account, that will send a email to your' %}

{% trans 'Enter your mobile number and a verification code will be sent to your phone' %}

{% if 'code' in form.errors %}

{{ form.code.errors.as_text }}

{% endif %}
{% csrf_token %} {% bootstrap_field form.form_type layout="horizontal" %}
{{ form.sms.help_text }}
{% endblock %}