{# Magazin Article - full view #} {% extends "@ibexadesign/pagelayout.html.twig" %} {% block page_head %} {% if canPaginate is defined and canPaginate %} {% if page is defined and page is not null %} {% else %} {% endif %} {% endif %} {{ parent() }} {% endblock %} {% block fullcontent %}
{% if canPaginate is defined and canPaginate and page is defined and page is not null %}
{{ render( controller( "App\\Controller\\MagazinController::socialbar", {'content': content } ) ) }}
{# Page 2#} {% if (content.fields.image_list_page2 is defined ) and not ibexa_field_is_empty( content, 'image_list_page2' ) %} {% endif %} {% if not ibexa_field_is_empty( content, 'body_page2' ) %}
{{ ibexa_render_field( content, 'body_page2' ) }}
{% endif %} {% if (content.fields.image_list2_page2 is defined ) and not ibexa_field_is_empty( content, 'image_list2_page2' ) %} {% endif %} {% if not ibexa_field_is_empty( content, 'body2_page2' ) %}
{{ ibexa_render_field( content, 'body2_page2' ) }}
{% endif %} {% if not ibexa_field_is_empty( content, 'image_portrait' ) %}
{{ render( controller( "ibexa_content:viewAction", {'contentId': ibexa_field_value(content,"image_portrait").destinationContentId, 'viewType': 'embed', 'noLayout': 1, 'params': {'alias': 'magazin_portrait_image_col2'}} ) ) }}
{% if not ibexa_field_is_empty( content, 'text_portrait' ) %}
{{ ibexa_render_field( content, 'text_portrait' ) }}
{% endif %}
{% endif %} {% if not ibexa_field_is_empty( content, 'kasten_box' ) %}
{{ ibexa_render_field( content, 'kasten_box' ) }}
{% endif %}

Zurück zu Seite 1

{% else %}

{{ ibexa_render_field( content, 'theme' ) }}

{{ optimizeContent(ibexa_field_value( content, 'title').text)|raw }}

{{ optimizeContent(ibexa_field_value( content, 'short_title').text)|raw }}
{% 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 %}
{{ ibexa_render_field( content, 'author_list' ) }}
{{ render( controller( "App\\Controller\\MagazinController::socialbar", {'content': content } ) ) }}
{# Page 1#} {% if (content.fields.image_list is defined ) and not ibexa_field_is_empty( content, 'image_list' ) %} {% endif %} {% block magazinbody %} {% if not ibexa_field_is_empty( content, 'body' ) %}
{{ ibexa_render_field( content, 'body' ) }}
{% endif %} {% if (content.fields.image_list2 is defined ) and not ibexa_field_is_empty( content, 'image_list2' ) %} {% endif %} {% if not ibexa_field_is_empty( content, 'body2' ) %}
{{ ibexa_render_field( content, 'body2' ) }}
{% endif %} {% if (content.fields.image_list3 is defined ) and not ibexa_field_is_empty( content, 'image_list3' ) %} {% endif %} {% if not ibexa_field_is_empty( content, 'body3' ) %}
{{ ibexa_render_field( content, 'body3' ) }}
{% endif %} {% endblock %} {% if canPaginate is defined and canPaginate %} {% else %} {% if not ibexa_field_is_empty( content, 'image_portrait' ) %}
{{ render( controller( "ibexa_content:viewAction", {'contentId': ibexa_field_value(content,"image_portrait").destinationContentId, 'viewType': 'embed', 'noLayout': 1, 'params': {'alias': 'magazin_portrait_image_col2'}} ) ) }}
{% if not ibexa_field_is_empty( content, 'text_portrait' ) %}
{{ ibexa_render_field( content, 'text_portrait' ) }}
{% endif %}
{% endif %} {% if not ibexa_field_is_empty( content, 'kasten_box' ) %}
{{ ibexa_render_field( content, 'kasten_box' ) }}
{% endif %} {% endif %} {% if canPaginate is defined and canPaginate %}

{% endif %} {% endif %}
{% if not ibexa_field_is_empty( content, 'dossier_teaser_left' ) and not ibexa_field_is_empty( content, 'dossier_teaser_right' ) %}
{{ ibexa_render_field( content, 'dossier_teaser_left', {"template": _self} ) }}
{{ ibexa_render_field( content, 'dossier_teaser_right', {"template": _self} ) }}
{% elseif not ibexa_field_is_empty( content, 'dossier_teaser_left' ) %}
{{ ibexa_render_field( content, 'dossier_teaser_left', {"template": _self} ) }}
{% endif %} {% if not ibexa_field_is_empty( content, 'related_magazin_article' ) or not ibexa_field_is_empty( content, 'related_videos' ) %}

Verwandte Themen

{{ ibexa_render_field( content, 'related_magazin_article', {"template": _self, 'parameters': { 'col': 'col-md-4' }} ) }}
{{ ibexa_render_field( content, 'related_videos', {"template": _self, 'parameters': { 'col': 'col-md-6' }} ) }}
{% endif %} {% endblock %} {% block ezobjectrelationlist_field %} {{ include('@ibexadesign/full/_related_content_3cols.html.twig') }} {% endblock %} {% block ezobjectrelation_field %} {% apply spaceless %} {% if not ibexa_field_is_empty( content, field ) %} {% if isValidContentId(field.value.destinationContentId) %} {{ render( controller( "ibexa_content:viewAction", {'contentId': field.value.destinationContentId, 'viewType': 'teaser', 'noLayout': 1, "params": { "dossierDesign": true}} ) ) }} {% endif %} {% endif %} {% endapply %} {% endblock %}