<!DOCTYPE html><html lang="fr">{% block head %}<head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1"><!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --><title>{% block title %}SENACS | Bienvenue sur SENACS !{% endblock title %}</title>{% block stylesheets %}{{ encore_entry_link_tags('app') }}<link href="{{ asset('css/print.css') }}" rel="stylesheet" media="print" type="text/css" />{% endblock stylesheets %}<link rel="shortcut icon" href="{{ asset('build/logotypes/favicon.ico') }}" />{% block head_bottom %}{% endblock head_bottom %}{% block head_script %}<script src="https://sentry.symfyp.fr/js-sdk-loader/6bbecf59d2ccad4d57fe5f679ac821e1.min.js" crossorigin="anonymous"></script><script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>{{ encore_entry_script_tags('app') }}{# {{ encore_entry_link_tags('waiting') }}{{ encore_entry_link_tags('jquery-validation') }}{{ encore_entry_link_tags('questions') }}#}{# <script src="{{ asset('bundles/tetranzselect2entity/js/select2entity.js') }}"></script>#}<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --><!-- WARNING: Respond.js doesn't work if you view the page via file:// --><!--[if lt IE 9]><script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script><script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]-->{% endblock head_script %}</head>{% endblock head %}{% block body %}<body class="{% if app.request.get('_route') == 'homepage' %}home {% endif %} {% if app.request.get('_route') == 'fos_user_security_login' %}backgroundimg {% endif %} {% if app.request.get('_route') == 'fos_user_profile_edit' %}backgroundimg {% endif %} {% if app.request.get('_route') == 'fos_user_change_password' %}backgroundimg {% endif %}{% block body_class %}{% endblock body_class %}"><header>{% include 'topnavbar.html.twig' %}</header><main><div class="container-fluid"><div class="row"><aside>{% include 'nav.html.twig' %}</aside>{% include 'show_modal_charte.html.twig' %}<div class="main">{% block content %}{% block submenu %}{% endblock submenu %}{% block highlighted %}{% endblock highlighted %}{% include 'alerts.html.twig' %}{% block content_content %}{% block headline %}{% endblock headline %}{% block description %}{% endblock description %}{% endblock content_content %}{% endblock content %}</div></div></div></main><footer><div class="spacefooter"><div class="container"><p>Contact par mail : <a href="mailto:animation.senacs@gmail.com"><span class="fa-solid fa-envelope" aria-hidden="true"></span> Coordination</a> - Copyright © {{ 'now' | date('Y') }} - </p></div></div></footer><!-- Bootstrap core JavaScript================================================== -->{% block foot_script %}{% if app.user and app.user.valideChartAt is null and not is_granted('ROLE_PREVIOUS_ADMIN') %}<script type="text/javascript">$('#ModalCharte').modal('show');</script>{% endif %}{% endblock foot_script %}{% block piwik %}{% if app_env == 'prod' %}<!-- Matomo --><script>var _paq = window._paq = window._paq || [];_paq.push(['trackPageView']);_paq.push(['enableLinkTracking']);(function() {var u="//stats.symfyp.fr/";_paq.push(['setTrackerUrl', u+'matomo.php']);_paq.push(['setSiteId', '2']);var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);})();</script><!-- End Matomo Code -->{% endif %}<!-- End Piwik Code -->{% endblock piwik %}</body>{% endblock body %}</html>