{% extends no_layout is defined and no_layout == true ? view_base_layout : "@ibexadesign/pagelayout.html.twig" %}
{% block content %}
{{ ibexa_field_value( content,'name') }}
{% if content.fields['description'] is defined and not ibexa_field_is_empty( content, 'description' ) %}
{{ ibexa_render_field( content,'description') }}
{% endif %}
{% if content.fields['related_content'] is defined and not ibexa_field_is_empty( content, 'related_content' ) %}
{% if not ibexa_field_is_empty( content, 'headline_related_content' ) %}
{% if content.fields['show_children'] is defined and ibexa_field_value( content, "show_children" ) == "1" and pagerSearch is defined %}
{% for item in pagerSearch %}
{{ ibexa_render(item, {'viewType': 'line'}) }}
{% endfor %}
{% if not isPreview is defined and pagerSearch.haveToPaginate() %}