{# Engagement Project - full view #} {% extends "@ibexadesign/pagelayout.html.twig" %} {% block content %}
{% if (content.fields.image_teaser is defined ) and not ibexa_field_is_empty( content, 'image_teaser' ) %}
{{ render( controller( "ibexa_content:viewAction", {'contentId': ibexa_field_value(content,"image_teaser").destinationContentId, 'viewType': 'embed', 'noLayout': true, 'params': {'alias': 'magazin_full_image'}} ) ) }}
{% endif %}

{{ ibexa_field_value(content, 'title') }}

{% if ibexa_field_value( content, "show_teasertext_in_full_view" ) == "1" %} {{ ibexa_render_field(content, 'teasertext') }} {% endif %} {% if ibexa_field_value( content, "show_publish_date" ) == "1" %}

Veröffentlicht am {{ ibexa_field_value(content, 'publish_date')|format_datetime( 'medium', 'none', locale='de') }}

{% endif %}
{% include '@ibexadesign/embed/projectinfoshort.html.twig' %}
{{ ibexa_render_field(content, 'body') }}
{% if ibexa_field_value( content, "hide_project_informations" ) == "0" %}
{% include '@ibexadesign/embed/projectinformation.html.twig' %}
{% endif %}
{{ ibexa_render_field(content, 'body2') }}
{% endblock %}