{% block email %}
{% if not ibexa_field_is_empty( content, "content_for_autoresponse" ) %}
{{ ibexa_render_field( content, "content_for_autoresponse" ) }}
{% else %}
Vielen Dank für deine Bewerbung. Wir werden uns schnellstmöglich bei Dir melden.
{% endif %}
{% if ibexa_field_value( content, "show_fields_for_autoresponse" ) == "1" %}
{% set content_type = content.contentType %}
{% for field_name, field_value in collected_fields %}
{% if field_name == "input_datenschutz" or content_type.getFieldDefinitions.get(field_name).fieldTypeIdentifier == 'enhancedezbinaryfile' %}
{# ignore at the moment as not needed or attached#}
{% elseif content.fields[field_name] is defined and content.fields[field_name] is not empty and field_value is not empty%}