{{ render( controller( "AbxBaseBundle:Abx:showCoupDeCoeur", {"locationId": 2, "language":current_language} ) ) }}
{% if current_language != 'eng-GB' %}
{{ render( controller( "AbxBaseBundle:Abx:showComponent", { 'name': 'FetchList', 'parameters': { 'location': location, 'classes': ['article','actualite'], 'specificLocationId': 71, 'limit':3, 'template':'AbxDesignBundle:parts:home_actu.html.twig', 'request': app.request } } ) ) }}
{% else %}
{{ render( controller( "AbxBaseBundle:Abx:showEnglishNews", {"locationId": 63} ) ) }}
{% endif %}
{##}