e-Valuate Logo
{% if project.placeholder[6].value %}
{{ project.placeholder[6].value }}
{% endif %} {% if project.placeholder[7].value %}
{{ project.placeholder[7].value }}
{% endif %}

{{ project.name }}

{% set placeholdersBatched = project.placeholder | batch(3) %} {% for placeholdersRow in placeholdersBatched %} {% for index, placeholder in placeholdersRow %} {% if index not in [6, 7] %} {% endif %} {% endfor %} {% endfor %}
{% if placeholder.name %}
{{ placeholder.name }}
{% endif %} {% if placeholder.value %}
{% if placeholder.icon %} {{placeholder.icon | raw}} {% endif %} {{ placeholder.value }}
{% endif %}
Projektdetails
{% for singleElement in project.blog %} {% if singleElement.type == 'SingleImage' %} {% if singleElement.alt|length > 0 %}
{{ project.company }} - {{singleElement.alt}}
{{ singleElement.alt }}
{% else %}
{{ project.company }} - Bild
{% endif %} {% endif %} {% if singleElement.type == 'BlogText' %}
{{singleElement.src|raw}}
{% endif %} {% endfor %}