{% extends "account/base_manage_phone.html" %}{% load i18n allauth %} {% block head_title %}{% trans "Change Phone" %}{% endblock %} {% block content %}

{% trans "Change Phone" %}

{% url 'account_change_phone' as action_url %}
{% csrf_token %} {% if phone %} {% endif %}
{% if not phone_verified %} {% endif %}
{% endblock content %}