templates/formation/index.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block title %}
  3. <title>{{ translate("formations à la reprise d'entreprise, et formations pour les experts en fusions-acquisitions" ,lang,"","M") | raw }}</title>
  4. {% endblock %}
  5. {% block description %}
  6. <meta name="description" content="{{ translate("Participez à nos formations à la reprise d'entreprise et formations pour les experts en fusions-acquisitions" ,lang,"","M") | raw }}">
  7. {% endblock %}
  8. {% block stylesheets %}  {{ parent() }}
  9.     <link rel="stylesheet" href="{{ asset('build/css/formations/index.css') }}">
  10. {% endblock %}
  11. {% block body %}
  12.     <!-- Menu  -->
  13.     {{ render_esi(controller(
  14.           'App\\Controller\\CoreController::menu',
  15.           {   "lang": lang,
  16.               "currentRoute":currentRoute,
  17.               "codePays": codePaysWithUnderScore }
  18.       )) | spaceless }}
  19.     <!-- Menu  -->
  20.     <!-- Publicité  -->
  21.     {% include 'includes/publicite.html.twig' %}
  22.     <!-- Publicité  -->
  23.     <div class="container">
  24.         <div class="row">
  25.             <!--COLONNE GAUCHE -->
  26.             {{ include ('includes/colonnes_gauche_formation.html.twig')  }}
  27.             <!--FIN COLONNE GAUCHE -->
  28.             <!--COLONNE DROITE -->
  29.             <div class="col-12 col-lg-9 bkg_blanc no_shadow">
  30.                 <!-- ARIANE -->
  31.                 <nav aria-label="breadcrumb" class="d-none d-sm-block">
  32.                     <ol class="breadcrumb">
  33.                         <li class="breadcrumb-item"><a href="{{ path('index',{'codePays':codePays}) }}" title="{{ translate("accueil",lang,"","M") | raw }}">{{ translate("accueil",lang,"","M") | raw }}</a></li>
  34.                         <li class="breadcrumb-item active" aria-current="page">{{ translate("formations Fusacq" ,lang,"","M") | raw }}</li>
  35.                     </ol>
  36.                 </nav>
  37.                 <!-- FIN ARIANE -->
  38.                 <div class="col-12 mt-3 mb-3 ml-0 ml-md-5 mr-3">
  39.                     <h3 class="gris_666">{{ translate("montez en competence grace aux formations fusacq"  ,lang,"","M") | raw }} *</h3>
  40.                 </div>
  41.  <a href="{{ path('temoignages_formation',{'codePays':codePaysWithUnderScore  }) }}">
  42.                 {#<div id="carouselformations" class="carousel slide col-12 col-lg-10 offset-lg-1 my-5" data-ride="carousel">
  43.                     <div class="carousel-inner">
  44.                         <div class="carousel-item active">
  45.                             <img class="d-block w-100" src="https://content.fusacq.com/static/help-fusacq/commerces/public/images/slide_f_1.png" alt="First slide">
  46.                         </div>
  47.                         <div class="carousel-item">
  48.                             <img class="d-block w-100" src="https://content.fusacq.com/static/help-fusacq/commerces/public/images/slide_f_2.png" alt="Second slide">
  49.                         </div>
  50.                         <div class="carousel-item">
  51.                             <img class="d-block w-100" src="https://content.fusacq.com/static/help-fusacq/commerces/public/images/slide_f_3.png" alt="Third slide">
  52.                         </div>
  53.                     </div>
  54.                 </div>#}
  55.  </a>
  56.                 
  57.                 <div class="col-12 col-lg-10 offset-lg-1 mt-5">
  58.                     <div class="row">
  59.                         <div class="col-12 mb-2">
  60.                             <h4 class="bleu">{{ translate("formations à la reprise d'entreprise" ,lang,"","M") | raw }}
  61.                                  
  62.                             </h4>
  63.                         </div>
  64.                         <div class="table-responsive">
  65.                             <table class="table table-hover font_90">
  66.                                 <colgroup>
  67.                                     <col span="1" style="width: 10%;">
  68.                                     <col span="1" style="width: 5%;">
  69.                                     <col span="1" style="width: 85%;">
  70.                                 </colgroup>
  71.                                 <tbody>
  72.                                     {% for formation in jrFormations %}
  73.                                         {% set  lien = path('formation_detail',
  74.                                              {
  75.                                               'idformation': formation.id_formation,
  76.                                               'titreslug':   formation.titre| slugify,
  77.                                               'date':        formation.original_date_formation ,
  78.                                               'codePays':    codePaysWithUnderScore
  79.                                             })
  80.                                         %}
  81.                                         <tr>
  82.                                             <td class="oneline">
  83.                                                 {% if formation.date_formation is instanceof('DateTimeImmutable') %}
  84.                                                     {{ formation.date_formation|date( 'd',lang) }}
  85.                                                     {{ formation.date_formation|date( 'm',lang) }}
  86.                                                 {% else %}
  87.                                                     {{ formation.date_formation }}
  88.                                                 {% endif %}
  89.                                             </td>
  90.                                             <td>
  91.                                                 {% if(formation.type_lieu_formation == "distanciel" or formation.type_lieu_session == "distanciel") %}
  92.                                                     <i class="fa-solid fa-house-laptop rouge fa-lg"></i>
  93.                                                 {% else %}
  94.                                                     <i class="fas fa-chalkboard-teacher bleu_expert fa-lg"></i>
  95.                                                 {% endif %}
  96.                                             </td>
  97.                                             <td><a href="{{ lien }}">{{ formation.reference|replace({'JR': 'Journée ' }) }} : {{ formation.titre }}</a></td>
  98.                                         </tr>
  99.                                     {% endfor %}
  100.                                 </tbody>
  101.                             </table>
  102.                         </div>
  103.                         {% set lienDetail =  path('formation_detail',
  104.                                   {   'idformation': jrFormations[0]["id_formation"] ,
  105.                                       'titreslug': jrFormations[0]["titre"]| slugify,
  106.                                       'date': jrFormations[0]["original_date_formation"],
  107.                                       'codePays':    codePaysWithUnderScore}) %}
  108.                         <div class="col-12 mt-1 mb-3 text-center">
  109.                             <a href="{{ lienDetail }}" class="button-rond">{{ translate('details' ,lang,"","M") | raw }}</a>
  110.                         </div>
  111.                     </div>
  112.                 </div>
  113.                 <!--  Formations à la reprise d'entreprise : "Devenez un repreneur opérationnel en trois jours" -->
  114.                 <!-- Formations à la croissance externe -->
  115.                 <div class="col-12 col-lg-10 offset-lg-1 mt-5">
  116.                     <div class="row">
  117.                         <div class="col-12 mb-2"><h4 class="vert_formation_CE">{{ translate('formations à la croissance externe' ,lang,"","M") | raw }}</h4>
  118.                         </div>
  119.                         <div class="table-responsive">
  120.                             <table class="table table-hover font_90">
  121.                                 <colgroup>
  122.                                     <col span="1" style="width: 10%;">
  123.                                     <col span="1" style="width: 5%;">
  124.                                     <col span="1" style="width: 85%;">
  125.                                 </colgroup>
  126.                                 <tbody>
  127.                                     {% for formation in ceFormations %}
  128.                                         {% set  lien = path('formation_detail',
  129.                                              {
  130.                                               'idformation': formation.id_formation,
  131.                                               'titreslug':   formation.titre| slugify,
  132.                                               'date':        formation.original_date_formation ,
  133.                                               'codePays':    codePaysWithUnderScore
  134.                                             })
  135.                                         %}
  136.                                         <tr>
  137.                                             <td class="oneline">
  138.                                                 {% if formation.date_formation is instanceof('DateTimeImmutable') %}
  139.                                                     {{ formation.date_formation|date( 'd',lang) }}
  140.                                                     {{ formation.date_formation|date( 'm',lang) }}
  141.                                                 {% else %}
  142.                                                     {{ formation.date_formation }}
  143.                                                 {% endif %}
  144.                                             </td>
  145.                                             <td>
  146.                                                 {% if(formation.type_lieu_formation == "distanciel" or formation.type_lieu_session == "distanciel") %}
  147.                                                     <i class="fa-solid fa-house-laptop rouge fa-lg"></i>
  148.                                                 {% else %}
  149.                                                     <i class="fas fa-chalkboard-teacher bleu_expert fa-lg"></i>
  150.                                                 {% endif %}
  151.                                             </td>
  152.                                             <td><a href="{{ lien }}">{{ formation.reference|replace({'JR': 'Journée ' }) }} : {{ formation.titre }}</a></td>
  153.                                         </tr>
  154.                                     {% endfor %}
  155.                                 </tbody>
  156.                             </table>
  157.                         </div>
  158.                         {% set lienDetail =  path('formation_detail',
  159.                                   {   'idformation': ceFormations[0]["id_formation"] ,
  160.                                       'titreslug': ceFormations[0]["titre"]| slugify,
  161.                                       'date': ceFormations[0]["original_date_formation"],
  162.                                       'codePays':    codePaysWithUnderScore}) %}
  163.                         <div class="col-12 mt-1 mb-3 text-center">
  164.                             <a href="{{ lienDetail }}" class="button-rond">{{ translate('details' ,lang,"","M") | raw }}</a>
  165.                         </div>
  166.                     </div>
  167.                 </div>
  168.                 <!-- Formations à la croissance externe -->
  169.                 <!-- Formations "Expert" -->
  170.                 <div class="col-12 col-lg-10 offset-lg-1 mt-5">
  171.                     <div class="row">
  172.                         <div class="col-12 mb-2"><h4 class="orange_formation_expert">{{ translate('formations "Expert"' ,lang,"","M") | raw }}</h4>
  173.                         </div>
  174.                         <div class="table-responsive">
  175.                             <table class="table table-hover font_90">
  176.                                 <colgroup>
  177.                                     <col span="1" style="width: 10%;">
  178.                                     <col span="1" style="width: 5%;">
  179.                                     <col span="1" style="width: 85%;">
  180.                                 </colgroup>
  181.                                 <tbody>
  182.                                     {% for formation in expertsFormations %}
  183.                                         {% set  lien = path('formation_detail',
  184.                                              {
  185.                                               'idformation': formation.id_formation,
  186.                                               'titreslug':   formation.titre| slugify,
  187.                                               'date':        formation.original_date_formation ,
  188.                                               'codePays':    codePaysWithUnderScore
  189.                                             })
  190.                                         %}
  191.                                         <tr>
  192.                                             <td class="oneline">
  193.                                                 {% if formation.date_formation is instanceof('DateTimeImmutable') %}
  194.                                                     {{ formation.date_formation|date( 'd',lang) }}
  195.                                                     {{ formation.date_formation|date( 'm',lang) }}
  196.                                                 {% else %}
  197.                                                     {{ formation.date_formation }}
  198.                                                 {% endif %}
  199.                                             </td>
  200.                                             <td>
  201.                                                 {% if(formation.type_lieu_formation == "distanciel" or formation.type_lieu_session == "distanciel") %}
  202.                                                     <i class="fa-solid fa-house-laptop rouge fa-lg"></i>
  203.                                                 {% else %}
  204.                                                     <i class="fas fa-chalkboard-teacher bleu_expert fa-lg"></i>
  205.                                                 {% endif %}
  206.                                             </td>
  207.                                             <td><a href="{{ lien }}">{{ formation.reference|replace({'JR': 'Journée ' }) }} : {{ formation.titre }}</a></td>
  208.                                         </tr>
  209.                                     {% endfor %}
  210.                                 </tbody></table>
  211.                         </div>
  212.                         {% set lienDetail =  path('liste_formations_expert',
  213.                                   { 'codePays':    codePaysWithUnderScore}
  214.                           ) 
  215.                         %}
  216.                         <div class="col-12 mt-1 mb-3 text-center">
  217.                             <a href="{{ lienDetail }}" class="button-rond"  >{{ translate('toutes les formations "Expert"' ,lang,"","M") | raw }}</a>
  218.                         </div>
  219.                     </div>
  220.                 </div>
  221.                 <!-- Formations "Expert" -->
  222.                 <!-- Formations à la reprise de commerce : "3 jours pour comprendre comment reprendre un commerce !" -->
  223.                 <div class="col-12 col-lg-10 offset-lg-1 mt-5">
  224.                     <div class="row">
  225.                         <div class="col-12 mb-2">
  226.                             <h4 class="mauve_formation_commerce">
  227.                                 {{ translate('formations à la reprise de commerce' ,lang,"","M") | raw }} : <br>
  228.                                 {{ translate('"3 jours pour comprendre comment reprendre un commerce !"' ,lang,"","M") | raw }}
  229.                             </h4>
  230.                         </div>
  231.                         {# Bloc vers PDC #}
  232.                         <div class="table-responsive">
  233.                             <table class="table table-hover font_90">
  234.                                 <colgroup>
  235.                                     <col span="1" style="width: 10%;">
  236.                                     <col span="1" style="width: 5%;">
  237.                                     <col span="1" style="width: 85%;">
  238.                                 </colgroup>
  239.                                 <tbody>
  240.                                     {% for formation in rcFormations %}
  241.                                         {% set  lien =  DNS.PDC~"/formation-reprise-commerce"  %}
  242.                                         <tr>
  243.                                             <td>
  244.                                                 {% if formation.date_formation is instanceof('DateTimeImmutable') %}
  245.                                                     {{ formation.date_formation|date( 'd',lang) }}
  246.                                                     {{ formation.date_formation|date( 'm',lang) }}
  247.                                                 {% else %}
  248.                                                     {{ formation.date_formation }}
  249.                                                 {% endif %}
  250.                                             </td>
  251.                                             <td>
  252.                                                 {% if(formation.type_lieu_formation == "distanciel" or formation.type_lieu_session == "distanciel") %}
  253.                                                     <i class="fa-solid fa-house-laptop rouge fa-lg"></i>
  254.                                                 {% else %}
  255.                                                     <i class="fas fa-chalkboard-teacher bleu_expert fa-lg"></i>
  256.                                                 {% endif %}
  257.                                             </td>
  258.                                             <td><a href="{{ lien }}" target="_blank">{{ formation.reference|replace({'JR': 'Journée ' }) }} : {{ formation.titre }}</a></td>
  259.                                         </tr>
  260.                                     {% endfor %}
  261.                                 </tbody></table>
  262.                         </div>
  263.                         {% set lienDetail =   DNS.PDC~"/formation-reprise-commerce"  %}
  264.                         <div class="col-12 mt-1 mb-3 text-center">
  265.                             <a href="{{ lienDetail }}" class="button-rond" target="_blank" >{{ translate('details' ,lang,"","M") | raw }}</a>
  266.                         </div>
  267.                     </div>
  268.                 </div>
  269.                 <!-- Formations à la reprise de commerce : "3 jours pour comprendre comment reprendre un commerce !" -->
  270.               {% include 'formation/includes/presentiel_distanciel.html.twig' %}
  271.             </div>   <!--FIN COLONNE DROITE -->
  272.         </div> <!--FIN ROW -->
  273.     </div>
  274. {% endblock %}
  275. {% block javascripts %} {{ parent() }} {% endblock %}