{% block nav %}
<nav class="flex col bg-success {{ isMobile() ? 'closed autohide' : '' }}">
<div class="flex row space middle">
<h2 class="hoverflow semibold transition white">Panel Admin</h2>
</div>
<div id="menubox" class="flex col space relative white">
<menu class="flex col start white regular">
{% include "Admin/menu.html.twig" %}
</menu>
<a href="https://olasoft.net" target="blank">© OlaSoft {{"now"|date('Y')}} <i class="fa fa-external-link-alt"></i></a>
</div>
<div id="btnMenu" class="button fixed flex row middle space xleft-5"><i></i><span></span></div>
</nav>
{% endblock %}
<div id="container" class="mw100 padding-20">
{% block container %}
<header class="flex row space middle mw100 {{ isMobile() ? 'bg-success alt' : '' }} left-20-in right-20-in top-10-in bottom-10-in">
{% if isMobile() %}
<div class="left-30-in left-15">
<b class="h2 white upper">Panel Admin</b>
</div>
{% else %}
<div class="flex col middle" id="titles">
{% if title is defined %}<h1 id="title">{{title}}</h1>{% endif %}
{% if subtitle is defined %}<h2 id="subtitle">{{subtitle}}</h2>{% endif %}
</div>
{% endif %}
<div class="flex row middle">
<div class="flex row middle mhide">
<span class="square min radius back fa fa-arrow-left success alt" title="Revenir à la page précédente"></span>
<span class="square min radius reload fa fa-sync-alt success alt" title="Actualiser la page"></span>
<a class="square min radius fa fa-home success alt" href="{{url('home')}}" target="_blank" title="Visiter le site"></a>
<a class="square min radius settings fa fa-cog success alt btn-popup" href="{{path('parameters')}}" title="Paramètre d'affichage"></a>
</div>
<div class="relative">
<span class="square {{ isMobile() ? 'min filter-white' : '' }} radius user os-click autohide" title="Votre compte utilisateur"></span>
<div class="actions-box hoverflow">
<div>
<ul class="user-actions black">
{% include 'Admin/user-menu.html.twig' %}
</ul>
</div>
</div>
</div>
</div>
</header>
{% if isMobile() %}
<div class="flex col middle" id="titles">
{% if title is defined %}<h1 id="title" class="h2 success upper">{{title}}</h1>{% endif %}
{% if subtitle is defined %}<h2 id="subtitle" class="h3">{{subtitle}}</h2>{% endif %}
</div>
{% endif %}
{% include 'Admin/notice.html.twig' %}
<div id="content" class="text-border">
{{ content is defined ? content|raw}}
</div>
{% endblock %}
</div>
<div class="flex col center middle padding-20">
<svg width="200px" height="200px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid" style="background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;">
<g transform="translate(0,-5)">
<circle cx="50" cy="44" class="fill-success alt">
<animateTransform attributeName="transform" type="rotate" calcMode="linear" values="0 50 50;360 50 50" keyTimes="0;1" dur="1.6s" begin="0s" repeatCount="indefinite"></animateTransform>
<animate attributeName="r" calcMode="spline" values="0;10;0" keyTimes="0;0.5;1" dur="1.6" keySplines="0.2 0 0.8 1;0.2 0 0.8 1" begin="0s" repeatCount="indefinite"></animate>
</circle>
<circle cx="50" cy="44" class="fill-warning">
<animateTransform attributeName="transform" type="rotate" calcMode="linear" values="180 50 50;540 50 50" keyTimes="0;1" dur="1.6s" begin="0s" repeatCount="indefinite"></animateTransform>
<animate attributeName="r" calcMode="spline" values="10;0;10" keyTimes="0;0.5;1" dur="1.6" keySplines="0.2 0 0.8 1;0.2 0 0.8 1" begin="0s" repeatCount="indefinite"></animate>
</circle>
</g>
</svg>
</div>
{# <footer id="footer"></footer> #}
<div class="slide-box w100 project-box mrect popup" id="slider" tabindex="1">
<figure class="slide-container fill nohover relative">
<div class="h100 w100 slides">
</div>
<span class="slide-prev radius-50 h100 padding-30 absolute top left pointer" data-target="#slider">
<span class="fill flex col middle"><i class=" flex col middle fa fa-chevron-left h1 white adapt"></i></span>
</span>
<span class="slide-next radius-50 h100 padding-30 absolute top right pointer" data-target="#slider">
<span class="fill flex col middle"><i class=" flex col middle fa fa-chevron-right h1 white adapt"></i></span>
</span>
</figure>
<i class='iblock icon small close absolute top right radius-50 filter-white'></i>
</div>