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.         {{ date }}
  6.     </div>
  7.     
  8.     <div class="info">
  9.         <i class="fa-solid fa-fw fa-location-dot"></i>
  10.         {{ formation.formations__lieu_adresse|raw }}, <br>
  11.         {{ formation.formations__lieu_cp|raw }}
  12.         {{ formation.formations__lieu_ville|raw }}
  13.     </div>
  14.     <div class="info">Temps de formation total :
  15.         {% set total_heures_participants = formation.formations__total_heures_participants | replace({',': '', '.000': ''}) %}
  16.         {{ total_heures_participants | number_format(0, '.', '') }}h
  17.     </div>
  18.     <div class="mt-3">
  19.         <h3 class="mb-2">Tarif : {{ formation.formations__tarif }} € (HT)</h3>
  20.         Possibilité de financement jusqu'à 100%
  21.     </div>
  22.     <div class="links">
  23.         <div class="d-flex flex-wrap gap-2 mt-2 mb-3">
  24.             {% if formation.formations__contact_mail %}
  25.                 <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 }}')">
  26.                     <div class="bouton action full">
  27.                         Écrivez-nous
  28.                     </div>
  29.                 </a>
  30.             {% else %}
  31.                 <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 }}')">
  32.                     <div class="bouton action full">
  33.                         Écrivez-nous
  34.                     </div>
  35.                 </a>
  36.             {% endif %}
  37.             {% if formation.formations__devis_url %}
  38.                 <br class="d-none d-lg-block">
  39.                 <a href="{{formation.formations__devis_url}}" target="_blank">
  40.                     <div class="bouton action full">
  41.                         Devis
  42.                     </div>
  43.                 </a>
  44.             {% elseif pdf_devis %}
  45.                 {% for devis in pdf_devis %}
  46.                     <br class="d-none d-lg-block">
  47.                     <a href="{{devis.url}}" target="_blank">
  48.                         <div class="bouton action full">
  49.                             Devis
  50.                         </div>
  51.                     </a>
  52.                 {% endfor %}
  53.                 {% else %}
  54.             {% endif %}
  55.             {% if formation.formations__candidature_url %}
  56.                 <a href="{{formation.formations__candidature_url}}" target="_blank">
  57.                     <div class="bouton action">
  58.                         Dossier de candidature
  59.                     </div>
  60.                 </a>
  61.             {% elseif pdf_candidature %}
  62.                 {% for candidature in pdf_candidature %}
  63.                     <a href="{{candidature.url}}" target="_blank">
  64.                         <div class="bouton action">
  65.                             Dossier de candidature
  66.                         </div>
  67.                     </a>
  68.                 {% endfor %}
  69.                 {% else %}
  70.             {% endif %}
  71.             {% if formation.formations__financement_url %}
  72.                 <a href="{{formation.formations__financement_url}}" target="_blank">
  73.                     <div class="bouton action">
  74.                         Information sur le financement
  75.                     </div>
  76.                 </a>
  77.             {% elseif pdf_financement %}
  78.                 {% for financement in pdf_financement %}
  79.                     <a href="{{financement.url}}" target="_blank">
  80.                         <div class="bouton action">Information sur le financement</div>
  81.                      </a>
  82.                 {% endfor %} 
  83.             {% endif %}
  84.         </div>
  85.         <div class="info d-flex mt-2">
  86.             {% if formation.formations__contact_tel %}
  87.                 <a href="tel:{{formation.formations__contact_tel}}" onclick="return gtagSendEvent('tel:0467842989')">
  88.                     <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>
  89.                     <span class="ms-2">{{formation.formations__contact_tel}}</span>
  90.                 </a>
  91.             {% else %}
  92.                 <a href="tel:04 67 84 29 89" onclick="return gtagSendEvent('tel:0467842989')">
  93.                     <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>
  94.                     <span class="ms-2">04 67 84 29 89</span>
  95.                 </a>
  96.             {% endif %}
  97.         </div>
  98.     </div>
  99. </div>