{% load i18n %}

{% trans 'Identity' %}

{{form.firstname}}
{{form.lastname}}
{{ form.gender }}
{{ form.birthdate }}

{% trans 'Contact information' %}

{{ form.language }}
{{ form.email }}
{{ form.home_phone }}
{{ form.cell_phone }}

{% trans 'Alert' %}

{% trans 'This message will be hightlighted on the client record.' %}

{{ form.alert }}