Sex:
{% match person.sex %}
{% when Sex::Male %}Male
{% when Sex::Female %}Female
{% when Sex::Other(desc) %}{{ desc }}
{% endmatch %}
Birthday: {{ person.date_of_birth.format("%Y-%m-%d") }}
ID: {{ person.id }}
Parents:
{% if person.parents.is_empty() %}
{% else %}
{% endif %}