private\formations_partenaires\formation\infos_pratiques.twig line 1

  1. <div class="pratique">
  2.     <div class="titre">Informations pratiques</div>
  3.     <div class="info date">
  4.         <i class="fa-thin fa-fw fa-calendar-days"></i>
  5.         Du
  6.         {% set mois_en_fr = {
  7.             'January': 'janvier',
  8.             'February': 'février',
  9.             'March': 'mars',
  10.             'April': 'avril',
  11.             'May': 'mai',
  12.             'June': 'juin',
  13.             'July': 'juillet',
  14.             'August': 'août',
  15.             'September': 'septembre',
  16.             'October': 'octobre',
  17.             'November': 'novembre',
  18.             'December': 'décembre'
  19.         } %}
  20.         {% set mois_en = formation.formations__date_debut|date('F') %}
  21.         {% set mois_en_fin = formation.formations__date_fin|date('F') %}
  22.         {% set mois_fr = mois_en_fr[mois_en] %}
  23.         {% set mois_fin_fr = mois_en_fr[mois_en_fin] %}
  24.         {% if formation.formations__date_debut|date('Y') == formation.formations__date_fin|date('Y') %}
  25.             {{ formation.formations__date_debut|date('d') ~ ' ' ~ mois_fr }}
  26.             au
  27.             {{ formation.formations__date_fin|date('d') ~ ' ' ~ mois_fin_fr ~ ' ' ~ formation.formations__date_fin|date('Y') }}
  28.         {% else %}
  29.             {{ formation.formations__date_debut|date('d') ~ ' ' ~ mois_fr ~ ' ' ~ formation.formations__date_debut|date('Y') }}
  30.             <br>
  31.             au
  32.             {{ formation.formations__date_fin|date('d') ~ ' ' ~ mois_fin_fr ~ ' ' ~ formation.formations__date_fin|date('Y') }}
  33.         {% endif %}
  34.     </div>
  35.     
  36.     <div class="info">
  37.         <i class="fa-solid fa-fw fa-location-dot"></i>
  38.         {{ formation.formations__lieu_adresse|raw }}, <br>
  39.         {{ formation.formations__lieu_cp|raw }}
  40.         {{ formation.formations__lieu_ville|raw }}
  41.     </div>
  42.     <div class="info">Temps de formation total :
  43.         {% set total_heures_participants = formation.formations__total_heures_participants | replace({',': '', '.000': ''}) %}
  44.         {{ total_heures_participants | number_format(0, '.', '') }}h
  45.     </div>
  46.     <div class="mt-3">
  47.         <h3 class="mb-2">Tarif : {{ formation.formations__tarif }} € (HT)</h3>
  48.         Possibilité de financement jusqu'à 100%
  49.     </div>
  50.     <div class="links">
  51.         <div class="d-flex flex-wrap gap-2 mt-2 mb-3">
  52.             {% if formation.formations__contact_mail %}
  53.                 <a href="mailto:{{ formation.formations__contact_mail|raw }}?subject={{ formation.formations__intitule_for_email|raw }}" onclick="return gtagSendEvent('mailto:{{ formation.formations__contact_mail|raw }}?subject={{ formation.formations__intitule_for_email|raw }}')">
  54.                     <div class="bouton action full">
  55.                         Écrivez-nous
  56.                     </div>
  57.                 </a>
  58.             {% else %}
  59.                 <a href="mailto:formation@illusion-macadam.fr?subject={{ formation.formations__intitule_for_email|raw }}" onclick="return gtagSendEvent('mailto:formation@illusion-macadam.fr?subject={{ formation.formations__intitule_for_email|raw }}')">
  60.                     <div class="bouton action full">
  61.                         Écrivez-nous
  62.                     </div>
  63.                 </a>
  64.             {% endif %}
  65.             {% if formation.formations__devis_url %}
  66.                 <br class="d-none d-lg-block">
  67.                 <a href="{{formation.formations__devis_url}}" target="_blank">
  68.                     <div class="bouton action full">
  69.                         Devis
  70.                     </div>
  71.                 </a>
  72.             {% elseif pdf_devis %}
  73.                 {% for devis in pdf_devis %}
  74.                     <br class="d-none d-lg-block">
  75.                     <a href="{{devis.url}}" target="_blank">
  76.                         <div class="bouton action full">
  77.                             Devis
  78.                         </div>
  79.                     </a>
  80.                 {% endfor %}
  81.                 {% else %}
  82.             {% endif %}
  83.             {% if formation.formations__candidature_url %}
  84.                 <a href="{{formation.formations__candidature_url}}" target="_blank">
  85.                     <div class="bouton action">
  86.                         Dossier de candidature
  87.                     </div>
  88.                 </a>
  89.             {% elseif pdf_candidature %}
  90.                 {% for candidature in pdf_candidature %}
  91.                     <a href="{{candidature.url}}" target="_blank">
  92.                         <div class="bouton action">
  93.                             Dossier de candidature
  94.                         </div>
  95.                     </a>
  96.                 {% endfor %}
  97.                 {% else %}
  98.             {% endif %}
  99.             {% if formation.formations__financement_url %}
  100.                 <a href="{{formation.formations__financement_url}}" target="_blank">
  101.                     <div class="bouton action">
  102.                         Information sur le financement
  103.                     </div>
  104.                 </a>
  105.             {% elseif pdf_financement %}
  106.                 {% for financement in pdf_financement %}
  107.                     <a href="{{financement.url}}" target="_blank">
  108.                         <div class="bouton action">Information sur le financement</div>
  109.                      </a>
  110.                 {% endfor %} 
  111.             {% endif %}
  112.         </div>
  113.         <div class="info d-flex mt-2">
  114.             {% if formation.formations__contact_tel %}
  115.                 <a href="tel:{{formation.formations__contact_tel}}" onclick="return gtagSendEvent('tel:0467842989')">
  116.                     <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" fill="white" viewbox="0 0 512 512"><!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z"/></svg>
  117.                     <span class="ms-2">{{formation.formations__contact_tel}}</span>
  118.                 </a>
  119.             {% else %}
  120.                 <a href="tel:04 67 84 29 89" onclick="return gtagSendEvent('tel:0467842989')">
  121.                     <svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" fill="white" viewbox="0 0 512 512"><!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M511.2 387l-23.25 100.8c-3.266 14.25-15.79 24.22-30.46 24.22C205.2 512 0 306.8 0 54.5c0-14.66 9.969-27.2 24.22-30.45l100.8-23.25C139.7-2.602 154.7 5.018 160.8 18.92l46.52 108.5c5.438 12.78 1.77 27.67-8.98 36.45L144.5 207.1c33.98 69.22 90.26 125.5 159.5 159.5l44.08-53.8c8.688-10.78 23.69-14.51 36.47-8.975l108.5 46.51C506.1 357.2 514.6 372.4 511.2 387z"/></svg>
  122.                     <span class="ms-2">04 67 84 29 89</span>
  123.                 </a>
  124.             {% endif %}
  125.         </div>
  126.     </div>
  127. </div>