{% trans "Editar Perfil" %}

{% csrf_token %}
{{ form.non_field_errors }}
{{ form.first_name }}
{{ form.last_name }}
{{ form.email }}
{{ form.phone }}
{{ form.profile_picture }} {% if agronomist.profile_picture %}
Profile Picture
{% endif %}