{% extends "Theme/Users/User/layoutbase.html.twig" %}
{% block meta %}
{{ parent() }}
<meta name="keywords" content="{{ site }}, "/>
<meta name="author" content="Noel Kenfack"/>
<meta name="description" content="{{ site }}" />
{% endblock %}
{% block title %}
{{ parent() }} - Détails du service ..
{% endblock %}
{% block userblog_body %}
<style>
/* Table List */
ul {
list-style-type: none;
padding: 0;
}
.list-check li {
display: flex;
align-items: center;
margin: 15px 0;
padding: 10px;
border-radius: 5px;
background-color: #fff;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
transition: transform 0.2s; /* Effet de transition */
}
li:hover {
transform: scale(1.02); /* Agrandissement au survol */
}
.icon {
font-size: 28px;
color: blue;
margin-right: 15px;
}
.text {
font-size: 18px;
}
.hero__v6 {
display: flex; /* Utiliser Flexbox pour la mise en page */
align-items: center; /* Aligne les éléments au centre */
}
.img-departement {
width: auto; /* Largeur automatique pour garder le ratio */
height: 100%; /* Prend la hauteur du conteneur */
object-fit: cover; /* Remplit l'espace de manière appropriée */
}
.stat-item i {
font-size: 100px; /* Ajuste la taille selon tes besoins */
color: #fff; /* Change la couleur si nécessaire */
}
/* btn */
.btn-3 {
color: #fff;
border: 1px solid #fff;
background-color: transparent;
font-weight: 500;
border-radius: 30px;
padding: 0px 15px 5px 15px;
}
.btn-3::after {
content: "➤";
margin-left: 10px;
font-size: 22px;
position: relative;
top: 3px;
}
.btn-3:hover {
background-color: #77cd0dff;
transform: translateY(-2px);
color: white;
}
/* btn-call */
.btn-call {
background: #38a3fd;
border: 2px solid #38a3fd;
border-radius: 50%;
box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3);
cursor: pointer;
height: 60px;
width: 60px;
text-align: center;
position: fixed;
right: 50px;
bottom: 50px;
z-index: 999;
transition: .3s;
-webkit-animation: hoverWave linear 1s infinite;
animation: hoverWave linear 1s infinite;
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
}
.btn-call__ico {
display: flex;
justify-content: center;
align-items: center;
animation: 1200ms ease 0s normal none 1 running shake;
animation-iteration-count: infinite;
-webkit-animation: 1200ms ease 0s normal none 1 running shake;
-webkit-animation-iteration-count: infinite;
color: white;
font-size: 30px;
padding-top: 5px;
transition: .3s all;
}
.btn-call:hover {
background-color: #fff;
}
.btn-call:hover .btn-call__ico {
color: #38a3fd;
}
@-webkit-keyframes hoverWave {
0% {
box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
}
40% {
box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
}
80% {
box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
}
100% {
box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
}
}
@keyframes hoverWave {
0% {
box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
}
40% {
box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
}
80% {
box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
}
100% {
box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
}
}
/* animations icon */
@keyframes shake {
0% {
transform: rotateZ(0deg);
-ms-transform: rotateZ(0deg);
-webkit-transform: rotateZ(0deg);
}
10% {
transform: rotateZ(-30deg);
-ms-transform: rotateZ(-30deg);
-webkit-transform: rotateZ(-30deg);
}
20% {
transform: rotateZ(15deg);
-ms-transform: rotateZ(15deg);
-webkit-transform: rotateZ(15deg);
}
30% {
transform: rotateZ(-10deg);
-ms-transform: rotateZ(-10deg);
-webkit-transform: rotateZ(-10deg);
}
40% {
transform: rotateZ(7.5deg);
-ms-transform: rotateZ(7.5deg);
-webkit-transform: rotateZ(7.5deg);
}
50% {
transform: rotateZ(-6deg);
-ms-transform: rotateZ(-6deg);
-webkit-transform: rotateZ(-6deg);
}
60% {
transform: rotateZ(5deg);
-ms-transform: rotateZ(5deg);
-webkit-transform: rotateZ(5deg);
}
70% {
transform: rotateZ(-4.28571deg);
-ms-transform: rotateZ(-4.28571deg);
-webkit-transform: rotateZ(-4.28571deg);
}
80% {
transform: rotateZ(3.75deg);
-ms-transform: rotateZ(3.75deg);
-webkit-transform: rotateZ(3.75deg);
}
90% {
transform: rotateZ(-3.33333deg);
-ms-transform: rotateZ(-3.33333deg);
-webkit-transform: rotateZ(-3.33333deg);
}
100% {
transform: rotateZ(0deg);
-ms-transform: rotateZ(0deg);
-webkit-transform: rotateZ(0deg);
}
}
@-webkit-keyframes shake {
0% {
transform: rotateZ(0deg);
-ms-transform: rotateZ(0deg);
-webkit-transform: rotateZ(0deg);
}
10% {
transform: rotateZ(-30deg);
-ms-transform: rotateZ(-30deg);
-webkit-transform: rotateZ(-30deg);
}
20% {
transform: rotateZ(15deg);
-ms-transform: rotateZ(15deg);
-webkit-transform: rotateZ(15deg);
}
30% {
transform: rotateZ(-10deg);
-ms-transform: rotateZ(-10deg);
-webkit-transform: rotateZ(-10deg);
}
40% {
transform: rotateZ(7.5deg);
-ms-transform: rotateZ(7.5deg);
-webkit-transform: rotateZ(7.5deg);
}
50% {
transform: rotateZ(-6deg);
-ms-transform: rotateZ(-6deg);
-webkit-transform: rotateZ(-6deg);
}
60% {
transform: rotateZ(5deg);
-ms-transform: rotateZ(5deg);
-webkit-transform: rotateZ(5deg);
}
70% {
transform: rotateZ(-4.28571deg);
-ms-transform: rotateZ(-4.28571deg);
-webkit-transform: rotateZ(-4.28571deg);
}
80% {
transform: rotateZ(3.75deg);
-ms-transform: rotateZ(3.75deg);
-webkit-transform: rotateZ(3.75deg);
}
90% {
transform: rotateZ(-3.33333deg);
-ms-transform: rotateZ(-3.33333deg);
-webkit-transform: rotateZ(-3.33333deg);
}
100% {
transform: rotateZ(0deg);
-ms-transform: rotateZ(0deg);
-webkit-transform: rotateZ(0deg);
}
}
/* Services css */
/* reset default */
*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}
:root {
--white: #efe;
--blackish: #23252f;
--black-light: #3d3b36;
--black-dark: #1c1c1c;
--beige-sand-light: #f9eedc;
--beige-sand-dark: #d6bb9a;
--pink-light: #fcdcdd;
--neon-green: #64ed85;
--transparent: rgba(255, 255, 255, 0);
--transition-duration: 0.5s;
--blue: #0ffbf9;
--red: #cc0f39;
--twitter: #1c96e9;
--font-size-p: clamp(1rem, 1.2vw, 1.3rem);
--font-size-h2: clamp(1.5rem, (2vw + 1rem), 2rem);
}
/* *********************** */
{# .flex-center {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
} #}
.carte {
/*width: clamp(230px, 45%, 920px);*/
/* border: solid rgba(0, 0, 0, 0.2); */
max-height: 1000px;
margin: 1rem 0.8rem;
flex-grow: 0.5;
/*padding: 1rem;
border-radius: 5px;
box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);*/
transition: 0.3s;
}
.carte:hover {
/*box-shadow: 0 5px 9px rgba(0, 0, 0, 0.4);*/
transition: 0.3s;
/* overflow: hidden; */
}
.img {
overflow: hidden;
/* border: solid red; */
display: block;
margin-bottom: 0.6rem;
border-radius: 4px 4px 4px 4px;
position: relative;
}
.img::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.3));
left: 0;
top: 0;
z-index: 2;
}
.carte:hover .img::before {
/* backdrop-filter: blur(1px); */
background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.1));
}
img {
/*display: inline-block;*/
/*display: block;*/
width: 100%; /* Ajuste la largeur selon tes besoins */
height: 250px; /* Ajuste la hauteur selon tes besoins */
object-fit: cover;
transition: transform 0.3s;
transform: scale(1);
filter: saturate(70%);
}
.carte:hover img {
transform: scale(1.1);
/* overflow: hidden; */
transition: transform 0.3s;
filter: saturate(100%);
}
.text-box {
overflow: hidden;
}
.description {
font-size: var(--font-size-p);
color: var(--black-light);
}
.titre {
font-size: 20px;
font-weight: bold;
color: #268dcf;
margin-bottom: 1.2rem;
position: relative;
}
.titre::before {
content: "";
position: absolute;
width: 30%;
height: 2px;
/* width: 100%;
height: 100%; */
/* background: red; */
border-bottom: 2.2px solid var(--beige-sand-dark);
transition: var(--transition-duration);
top: 100%;
left: -100%;
}
.carte:hover .titre::before {
transition: var(--transition-duration);
animation: move-to-right 1s forwards;
}
@keyframes move-to-right {
0% {
left: -50%;
}
40% {
left: 50%;
}
70% {
left: -20%;
}
100% {
left: 0;
}
}
a {
text-decoration: none;
/* color: var(--black-dark); */
font-weight: bold;
color: #007bffff;
}
{# css indice sections #}
.section-head.center.wt-small-separator-outer {
margin-bottom: 50px;
text-align: center;
}
.section-head {
position: relative;
}
.site-text-primary, .wt-small-separator {
color: #ea130e;
}
.wt-small-separator {
font-family: "Heebo", sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
padding-right: 40px;
font-size: 26px;
line-height: 26px;
margin-bottom: 15px;
position: relative;
display: inline-block;
font-weight: 700;
}
.section-head.center .wt-small-separator div.sep-leaf-left {
position: relative;
}
.section-head.center .wt-small-separator div.sep-leaf-left:before, .section-head.center .wt-small-separator div.sep-leaf-left:after {
background-color: #ea130e;
}
.section-head.center .wt-small-separator div.sep-leaf-left:before {
right: -20px;
width: 10px;
}
.section-head.center .wt-small-separator div.sep-leaf-left:before, .section-head.center .wt-small-separator div.sep-leaf-left:after {
position: absolute;
content: '';
height: 22px;
bottom: 0px;
top: 0px;
transform: skew(-20deg);
}
.section-head.center .wt-small-separator div.sep-leaf-left:after {
right: -27px;
width: 4px;
}
.section-head.center.wt-small-separator-outer h2 {
max-width: 630px;
margin: 0px auto;
}
</style>
<main>
<!-- ======= Hero =======-->
<div class="content" style="">
<div class="wrap">
<div class="container">
<ol class="breadcrumb">
<li href="#">
<a>Home</a>
</li>
<li href="#">
<a>Départements</a>
</li>
<li href="#">
<a>Département</a>
</li>
</ol>
</div>
</div>
</div>
<section class="hero__v6 section" id="home" style="margin-top: -60px;">
<div class="container">
<div class="row">
<div class="col-lg-6 mb-4 mb-lg-0">
<div class="row">
<div class="col-lg-11">
<span class="hero-subtitle text-uppercase" data-aos-delay="0">Solutions Syscofie Innovantes</span>
<h1 class="hero-title mb-3">{{ depart.name }}</h1>
<p class="hero-description">{{ depart.description }}</p>
<h1 class="hero-title mb-1">Objectifs</h1>
<ul class="list-check">
{% for object in depart.objectifs|slice(0,4) %}
<li><i class="bi bi-check-circle icon"></i><span class="text">{{ object["nombase"] }}</span></li>
{% else %}
<li><i class="bi bi-check-circle icon"></i><span class="text">Assurer une réactivité dans les services proposés</span></li>
<li><i class="bi bi-check-circle icon"></i><span class="text">Garantir la conformité avec les obligations fiscales</span></li>
<li><i class="bi bi-check-circle icon"></i><span class="text">Faciliter une meilleure prise de décision pour les clients</span></li>
{% endfor %}
</ul>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="hero-img" style="height: 100%;">
<img class="img-departement img-fluid rounded-4" src="{{ vich_uploader_asset(depart) }}" alt="Hero Image" style="height: 570px; width:100%;">
</div>
</div>
</div>
</div>
</section>
<!-- End Hero-->
<!-- ======= How it works =======-->
<section class="section howitworks__v1" id="how-it-works">
<div class="container">
{#
<div class="row">
<div class="col-md-6 text-center mx-auto"><span class="subtitle text-uppercase mb-3" data-aos="fade-up" data-aos-delay="0">Equipes</span>
<h2 data-aos="fade-up" data-aos-delay="100">Membres de Collaborations</h2>
<p data-aos="fade-up" data-aos-delay="200">Nous vous accompagnons à chaque étape, offrant conseils et soutien pour atteindre vos objectifs.</p>
</div>
</div>
#}
<div class="section-head center wt-small-separator-outer">
<div class="wt-small-separator site-text-primary">
<div class="sep-leaf-left"></div>
<div>Equipes</div>
</div>
<h1 class="wt-title">Notre Equipe de Collaborations</h1>
{# <h2 class="mb-3" data-aos="fade-up" data-aos-delay="100">Notre Equipe de Collaborations</h2> #}
<p>Nous vous accompagnons à chaque étape, offrant conseils et soutien pour atteindre vos objectifs.</p>
</div>
</div>
</section>
<!-- End How it works-->
<!-- ======= Stats =======-->
<section class="stats__v3 section" style="background-color: #268dcf; margin-top: -40px;">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="d-flex flex-wrap content rounded-4">
<div class="rounded-borders">
<div class="rounded-border-1"></div>
<div class="rounded-border-2"></div>
<div class="rounded-border-3"></div>
</div>
<div class="col-lg-4 col-md-12 col-sm-12 mb-4 mb-md-0 text-center">
<div class="stat-item">
<span class="fw-bold"><i class="bi bi-person-fill"></i></span>
<p class="mb-0">Responsable du Département</p>
</div>
</div>
<div class="col-lg-4 col-md-12 col-sm-12 mb-4 mb-md-0 text-center">
<div class="stat-item">
<span class="fw-bold"><i class="bi bi-person-fill"></i></span>
<p class="mb-0">Assistant comptable</p>
</div>
</div>
<div class="col-lg-4 col-md-12 col-sm-12 mb-4 mb-md-0 text-center" >
<div class="stat-item">
<span class="fw-bold"><i class="bi bi-person-fill"></i></span>
<p class="mb-0">Contrôleur Qualité Comptable</p>
</div>
</div>
</div>
</div>
</div>
<div class="text-center bd-highlight mb-3">
<button type="button" class="framed-buttons btn-3 text-center">Je souhaite échanger avec un expert</button>
</div>
</div>
</section>
<!-- End Stats-->
<!-- ======= Start Services =======-->
<section class="section services__v3" id="services" style="margin-bottom: 40px;">
<div class="container">
{# <div class="row mt-5">
<div class="col-md-8 mx-auto text-center">
<span class="subtitle text-uppercase mb-3" data-aos="fade-up" data-aos-delay="0">Nos Services</span>
<h2 class="mb-3" data-aos="fade-up" data-aos-delay="100">Découvrez nos services comptables sur mesure, adaptés à vos besoins financiers et à votre croissance.</h2>
</div>
</div> #}
<div class="section-head center wt-small-separator-outer mt-5">
<div class="wt-small-separator site-text-primary">
<div class="sep-leaf-left"></div>
<div>Nos Services</div>
</div>
<h1 class="wt-title">Découvrez nos services comptables sur mesure, adaptés à vos besoins financiers et à votre croissance.</h1>
{# <h2 class="mb-3" data-aos="fade-up" data-aos-delay="100">Découvrez nos services comptables sur mesure, adaptés à vos besoins financiers et à votre croissance.</h2> #}
{# <p data-aos="fade-up" data-aos-delay="200">Nous vous accompagnons à chaque étape, offrant conseils et soutien pour atteindre vos objectifs.</p> #}
</div>
<div class="row" style="margin-top: -40px;">
{% for scat in depart.getSousService()|slice(0,3) %}
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="carte">
<a href="{{ path('produit_service_service', {'id': scat.id}) }}">
<div class="img">
<img src="{{ asset('templateSyscofie/images/rapport-fin.jpg') }}" alt="Nataliya Vaitkevich">
</div>
<div class="text-box ">
<h2 class="titre">{{ scat.name }}</h2>
En savoir plus
</div>
</a>
</div>
</div>
{% else %}
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="carte">
<a href="">
<div class="img">
<img src="{{ asset('templateSyscofie/images/scene-bureau-ordinateur-portable.jpg') }}" alt="Nataliya Vaitkevich">
</div>
<div class="text-box ">
<h1 class="titre">Préparation des déclarations fiscales et sociales</h1>
En savoir plus
</div>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="carte">
<a href="">
<div class="img">
<img src="{{ asset('templateSyscofie/images/hero-img-2-min.jpg') }}" alt="Nataliya Vaitkevich">
</div>
<div class="text-box ">
<h1 class="titre">Collecte et classement des pièces comptables</h1>
En savoir plus
</div>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="carte">
<a href="">
<div class="img">
<img src="{{ asset('templateSyscofie/images/tablette.jpg') }}" alt="Nataliya Vaitkevich">
</div>
<div class="text-box ">
<h1 class="titre">Suivi des comptes tiers</h1>
En savoir plus
</div>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="carte">
<a href="">
<div class="img">
<img src="{{ asset('templateSyscofie/images/hero-bg-1-min.jpg') }}" alt="Nataliya Vaitkevich">
</div>
<div class="text-box ">
<h1 class="titre">Revision periodique des comptes et ajustements</h1>
En savoir plus
</div>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="carte">
<a href="">
<div class="img">
<img src="{{ asset('templateSyscofie/images/presentation.jpg') }}" alt="Nataliya Vaitkevich">
</div>
<div class="text-box ">
<h1 class="titre">Communication régulière avec les clients pour les alertes et reporting</h1>
{# <p class="description">
Delicate petals unfurl, carrying secrets on the gentle
breeze. Discover the ephemeral beauty of the fleeting
moment.
</p> #}
En savoir plus
</div>
</a>
</div>
</div>
{% endfor %}
</div>
</div>
</section>
</main>
<a href="tel: 8 888 888 88 88" rel="nofollow" class="btn-call">
<div class="btn-call__ico">
<i class="bi bi-telephone-fill"></i>
</div>
</a>
<div class="text-center" style="margin-top: 10px; margin-bottom: 60px;">
{# {% if nombrepage > 0 %}
{% if page > 1 and page <= nombrepage %}
{% set pagepre = page - 1 %}
{% else %}
{% set pagepre = nombrepage %}
{% endif %}
{% if page < nombrepage %}
{% set pagesuiv = page + 1 %}
{% else %}
{% set pagesuiv = 1 %}
{% endif %}
{% if nombrepage < 5 %}
{% set debut = 1 %}
{% set fin = nombrepage %}
{% else %}
{% if page > 2 and page < (nombrepage - 2) %}
{% set debut = page - 2 %}
{% if page + 2 >= nombrepage %}
{% set fin = nombrepage %}
{% else %}
{% set fin = page + 2 %}
{% endif %}
{% else %}
{% if page <= 2 %}
{% if page == 1 %}
{% set debut = 1 %}
{% set fin = page + 3 %}
{% else %}
{% set debut = 1 %}
{% set fin = page + 2 %}
{% endif %}
{% else %}
{% set debut = page - 2 %}
{% if page + 2 >= nombrepage %}
{% set fin = nombrepage %}
{% else %}
{% set fin = page + 2 %}
{% endif %}
{% endif %}
{% endif %}
{% endif %} #}
{# <div class="btn-group mb-4 text-center" role="group" aria-label="Basic example">
<a href="#" title="Première page" class="btn btn-outline-primary mx-2">
<span><i class="bi bi-chevron-double-left"></i></span>
</a>
<a href="#" title="Page précedente" class="btn btn-outline-primary mx-2">
<span><i class="bi bi-chevron-left"></i></span>
</a> #}
{# {% for p in debut..fin %}
<a href="#" value="{{ p }}" class="btn btn-outline-primary mx-2 {% if p == page %}active{% endif %}">{{ p }}</a>
</li> #}
{# {% endfor %} #}
{# <a href="#" title="Page suivante" class="btn btn-outline-primary mx-2">
<span><i class="bi bi-chevron-right"></i></span>
</a>
<a href="#" title="Dernière page" class="btn btn-outline-primary mx-2">
<span><i class="bi bi-chevron-double-right"></i></spam>
</a>
</div>
<div class="clearfix"></div> #}
{# {% else %} #}
<div class="btn-group text-center" role="group" aria-label="Basic example">
<a href="#" title="Première page" class="btn btn-outline-primary mx-2">
<span><i class="bi bi-chevron-double-left"></i></span>
</a>
<a href="#" title="Page précedente" class="btn btn-outline-primary mx-2">
<span><i class="bi bi-chevron-left"></i></span>
</a>
<a href="#" class="btn btn-outline-primary mx-2 active" style="margin: 0px 0px;">1</a>
<a href="#" title="Page suivante" class="btn btn-outline-primary mx-2">
<span><i class="bi bi-chevron-right"></i></span>
</a>
<a href="#" title="Dernière page" class="btn btn-outline-primary mx-2">
<span><i class="bi bi-chevron-double-right"></i></spam>
</a>
</div>
<script>
var swiperFade = new Swiper(".swiperFade", {
loop: true,
effect: 'fade',
navigation: {
nextEl: ".swiper-button-next",
prevEl: ".swiper-button-prev"
},
pagination: {
el: ".swiper-pagination",
},
});
var swiperVertical = new Swiper(".swiperVertical", {
loop: true,
effect: 'fade',
direction: "vertical",
pagination: {
el: ".swiper-pagination",
clickable: true,
}
});
var swiperEffect = new Swiper(".swiperEffect", {
loop: true,
effect: "cards",
grabCursor: true,
navigation: {
nextEl: ".swiper-button-next",
prevEl: ".swiper-button-prev"
},
pagination: {
el: ".swiper-pagination",
},
});
</script>
</div>
{% endblock %}
{% block javascripttemplate %}
{% endblock %}