{% extends "authentic2/base-page.html" %} {% load i18n gadjo %} {% block title %} {{ view.title }} {% endblock %} {% block breadcrumb %} {{ block.super }} {% trans "Your account" %} {{ view.title }} {% endblock %} {% block content %} {% if phone_verification_only %}
{% blocktranslate trimmed %}Your current unverified phone number is {{ phone }}. A text message will be sent in order to verify it.{% endblocktranslate %}
{% elif phone %}{% blocktrans trimmed %}Your current phone number is {{ phone }}. A text message will be sent to validate the new one.{% endblocktrans %}
{% else %}{% blocktrans %}Your account does not declare a phone number yet. A text message will be sent to validate the newly-declared one.{% endblocktrans %}
{% endif %} {% endblock %}