{{ "Your ID details are not yet filled in"|t }}.
{% if fields|length > 0 %}
{% if fields|length == 1 %}
{{ "Missing field"|t }}: {{ fields|first }}
{% else %}
{{ "Missing fields"|t }}:
{% for field in fields %}
{{ field }}{{ not loop.last ? ',' : '' }}
{% endfor %}
{% endif %}
{% endif %}
{{ "Please complete your"|t }} {{ "ID details"|t }} {{ "before sending a request."|t }}
{{ "Your data will be handled according to our"|t }} {{ "privacy policy"|t }}.