{% extends noLayout ? viewbaseLayout : "AbxBaseBundle::pagelayout.html.twig" %} {% block meta_title %} {{ ez_field_value( content, 'meta_title' ) }} {% endblock %} {% block meta_base %} {% endblock %} {% block content %}

{{ ez_render_field( content, 'titre' ) }}

{% if not ez_is_field_empty( content, "photo" ) %} {{ ez_render_field( content, 'photo' ) }} {% endif %} {% if not ez_is_field_empty( content, "description" ) %} {{ ez_render_field( content, 'description' ) }} {% endif %}
{{ render( controller( "AbxBaseBundle:Abx:showComponent", { 'name': 'LineList', 'parameters': { 'location': location, 'request': app.request } } ) ) }}
{% if not ez_is_field_empty( content, "medias" ) %} {% else %} {{ render( controller( "AbxBaseBundle:Abx:showComponent", { 'name': 'RelatedObjectList', 'parameters': { 'location': location, 'request': app.request } } ) ) }} {% endif %} {% endblock %}