{% extends "AbxDesignBundle::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, "resume" ) %} {{ ez_render_field( content, 'resume' ) }} {% endif #} {% if not ez_is_field_empty( content, "photo" ) %}
{{ ez_render_field( content, 'photo', { parameters: { alias:'large' }} ) }}
{% endif %} {% if not ez_is_field_empty( content, "description" ) %} {{ ez_render_field( content, 'description' ) }} {% endif %}
{% set Locationid = content.versionInfo.contentInfo.mainLocationId %} {# if Locationid == 74 %}

{{'Inscription'|trans}}

{% for flashMessage in app.session.flashbag.get('success') %}

{{ flashMessage }}

{% endfor %} {% endif #}
{{ render( controller( "AbxBaseBundle:Abx:showComponent", { 'name': 'LineList', 'parameters': { 'location': location, 'limit':20, 'request': app.request } } ) ) }}
{% if not ez_is_field_empty( content, "medias" ) %} {% endif %}
{% endblock %}