{% trans_default_domain 'menus' %} {% set activeHome = '' %} {% set activeInvestigation = '' %} {% set activeBroadcast = '' %} {% set activeRapport = '' %} {% if app.request.attributes.get('_route') == 'app_home' %} {% set activeHome = 'active show' %} {% endif %} {% if app.request.attributes.get('_route') in ['app_investigation_index', 'app_investigation_add', 'app_investigation_show', 'app_investigation_edit', 'app_investigation_admin_active'] %} {% set activeInvestigation = 'active show' %} {% endif %} {% if app.request.attributes.get('_route') == 'app_broadcast_index' %} {% set activeBroadcast = 'active show' %} {% endif %} {% if app.request.attributes.get('_route') == 'app_rapport_index' %} {% set activeRapport = 'active show' %} {% endif %}