{{ T.onboarding_title }}

{% for section in PDF_SECTIONS %} {% if section.has_content %}
{{ section.title }}
{% if section.scalar_rows %} {% for row in section.scalar_rows %} {{ row[0].display_value }} {% if row[1] %} {% endif %} {% endfor %}
{{ row[0].label }} {{ row[1].label }} {{ row[1].display_value }}
{% endif %} {% for field in section.list_fields %}
{{ field.label }}
{% for row in field.display_value|batch(3, '') %} {% for cell in row %} {% endfor %} {% endfor %}
{% if cell %}• {{ cell }}{% endif %}
{% endfor %} {% endif %} {% endfor %}
{{ T.confirmation }}
{% if UNTERSCHRIFT %} {% else %} {% endif %}
{{ T.requested_by_name }} {{ REQUESTED_BY_NAME }} {{ T.requested_by_email }} {{ REQUESTED_BY_EMAIL }}
{{ T.signature }}{{ T.signature_alt }}{{ UNTERSCHRIFT_HINWEIS }}

{{ T.onboarding_note }}