{% extends "authentic2/base-page.html" %} {% load i18n %} {% if service_custom_appearance %} {% block css %} {{ block.super }} {% firstof generic_service_colour service_colour service_ou_colour as colour %} {% if colour %} {% endif %} {% endblock %} {% endif %} {% block title %} {{ view.title }} {% endblock %} {% block breadcrumb %} {{ block.super }} {{ view.title }} {% endblock %} {% block content %}
{% if phone %}{% trans "Change phone" %}{% else %}{% trans "Declare your phone number" %}{% endif %}
{% endif %} {% if allow_profile_edit %}{% trans "Edit account data" %}
{% endif %} {% for attribute in restricted_attributes %} {% endfor %} {% if allow_authorization_management %} {% endif %} {% if allow_account_deletion %} {% endif %}