{% load widget_tweaks %}
{% csrf_token %}

{{ form.recipient.label_tag }} :
{{ form.recipient }} {{ form.recipient.errors }}
{{ form.number.label_tag }} :
{{ form.number }} {{ form.number.errors }}
{{ form.street.label_tag }} :
{{ form.street }} {{ form.street.errors }}
{{ form.address_complement.label_tag }} :
{{ form.address_complement }} {{ form.address_complement.errors }}
{{ form.zip_code.label_tag }} :
{{ form.zip_code }} {{ form.zip_code.errors }}
{{ form.city.label_tag }} :
{{ form.city }} {{ form.city.errors }}
{{ form.phone.label_tag }} :
{{ form.phone }} {{ form.phone.errors }}
{{ form.fax.label_tag }} :
{{ form.fax }} {{ form.fax.errors }}

{{ form.place_of_life.label_tag }} {{ form.place_of_life }} {{ form.place_of_life.errors }}

{{ form.comment.label_tag }} {{ form.comment }} {{ form.comment.errors }}