{% load i18n %} {% csrf_token %}
{{ upform.different_billing }}
|
|
{% for error in uform.non_field_errors %}
{{ error }} {% endfor %}
{% for error in upform.non_field_errors %} {{ error }} {% endfor %}
{% trans "Update profile" %}
|