{{ m.firstName }}
{{ m.lastName }}
{{ m.BOARD_NAME }}
{% if m.BOARD_NAMES is defined %}
{% for b in m.BOARD_NAMES %}
{% if b != m.BOARD_NAME %}
/ {{ b }}
{% endif %}
{% endfor %}
{% endif %}
{% for mes in m.measurements %}
{% if mes[2] == 'Hair / color' %}
Hair
{% else %}
{{ mes[2] }}
{% endif %}
{% if mes[3]|slice(0,1) matches '/^[a-z]/i' %}
{# if
numeric value take the european notation, if text like
color, take the american #}
{{ mes[3] }}
{% else %}
{{ mes[1] }}
{% endif %}
{% endfor %}
Birth
{{ m.birthdate }}
{% for page in i %}
{% if page.i1 is defined %}
{% endif %}
{% if page.i2 is defined %}
{% endif %}
{% if page.i3 is defined %}
{% endif %}