{% load staticfiles %}
Cloud Custom Connections
{% csrf_token %}
Hi {{request.user.get_full_name|title}}
{% if form.errors %}
{% if form.phone.errors %}
{{ form.phone.errors }}
{% endif %}
{% endif %}
Enter new phone (+1)
{{ form.phone }}
Update
Logout