{% for model in m %}
{#{{ dump(model) }} #}
{% if model.measurements %}
{% for measurement in model.measurements %}
{% if measurement %}
{{ measurement[2] }}
{{ measurement[1] }} / {{ measurement[3] }}
{% endif %}
{% endfor %}
{% endif %}
{% if model.measurements %}
{% for clothe in model.clothes %}
{% if clothe %}
{{ clothe[2] }}
{{ clothe[1] }} / {{ clothe[3] }}
{% endif %}
{% endfor %}
{% endif %}
{{ model.firstName }}
{{ model.lastName }}