{{ u_form.first_name }}
{% if u_form.first_name.errors %}
{{ u_form.first_name.errors }}
{% endif %}
{{ u_form.last_name }}
{% if u_form.last_name.errors %}
{{ u_form.last_name.errors }}
{% endif %}
{{ u_form.email }}
{% if u_form.email.errors %}
{{ u_form.email.errors }}
{% endif %}
{% if v_form %}