templates/content/consultant/allConsultant_page.html.twig line 1

Open in your IDE?
  1. <div class=" bg-light">
  2.     <div class="container text-center mt-sm-5">
  3.         <h2 class="font-weight-light pt-sm-5 pt-2">Nos {{conseillers|length}} conseillers </h2>
  4.         <p class="text-dark  text-center mt-2">Nous vous proposons pour vous des voyants, médiums, astrologues,
  5.             numérologue etc... Vus,
  6.             connus
  7.             et reconnus.</p>
  8.         <p class="text-dark  text-center">Voulez vous savoir plus sur votre avenir sentimental,
  9.             professionnel,
  10.             financier ou autre ?
  11.             <br>
  12.             Profitez de nos voyances de qualité.
  13.         </p>
  14.         <p class="text-dark  text-center">Consultez notre <strong class="_strong">équipe de voyants
  15.                 et
  16.                 médiums Voyance
  17.                 téléphone par
  18.                 téléphone</strong> au
  19.             <strong class="_strong d-sm-block d-none">01 72 89 19 56.</strong>
  20.             <a href="tel:0172891956" class="d-sm-none d-block">
  21.                 <button class="btn btn-primary bg-primary">
  22.                     <i class="bi bi-telephone-fill"></i> 01 72 89 19 56.
  23.                 </button>
  24.             </a>
  25.         </p>
  26.         <p class="text-dark  text-center mb-2">Bénéficiez dès maintenant des services proposés <strong class=" _strong">
  27.                 par ce
  28.                 site de consultation de
  29.                 voyance
  30.                 téléphonique </strong> voyance-telephone.eu.
  31.             <br>
  32.             L'inscription est toute simple, gratuite et ne vous prendra que quelques instants.
  33.         </p>
  34.         <hr>
  35.         <div class="container   row mx-auto my-auto justify-content-center">
  36.             {% for conseiller in conseillers %}
  37.             <div class="col-sm-3  border ">
  38.                 {%if conseiller.userState == 1 %}
  39.                 <span class="badge bg-success mt-1">Présent</span>
  40.                 {% elseif conseiller.userState == 2 %}
  41.                 <span class="badge bg-warning">Occupé</span>
  42.                 {% elseif conseiller.userState == 0 %}
  43.                 <span class="badge bg-danger">Absent</span>
  44.                 {% endif %}
  45.                 <div class="team-member my-2">
  46.                     <a href="{{ path('app_consultant', {id: conseiller.complementId})}}"><img
  47.                             class="mx-auto rounded-circle" src="{{conseiller.photo}}" alt="..." /></a>
  48.                     {% if conseiller.note == 0 %}
  49.                     <p class="text-center  small text-primary">Avis des membres
  50.                         <i class="bi bi-star"></i>
  51.                         <i class="bi bi-star"></i>
  52.                         <i class="bi bi-star"></i>
  53.                         <i class="bi bi-star"></i>
  54.                         <i class="bi bi-star"></i>
  55.                     </p>
  56.                     {% elseif conseiller.note == 0.5 %}
  57.                     <p class="text-center  small text-primary">Avis des membres
  58.                         <i class="bi bi-star-half" style="color: #d78316;"></i>
  59.                         <i class="bi bi-star"></i>
  60.                         <i class="bi bi-star"></i>
  61.                         <i class="bi bi-star"></i>
  62.                         <i class="bi bi-star"></i>
  63.                     </p>
  64.                     {% elseif conseiller.note == 1 %}
  65.                     <p class="text-center  small text-primary">Avis des membres
  66.                         <i class="bi bi-star-fill" style="color: #d78316;"></i>
  67.                         <i class="bi bi-star"></i>
  68.                         <i class="bi bi-star"></i>
  69.                         <i class="bi bi-star"></i>
  70.                         <i class="bi bi-star"></i>
  71.                     </p>
  72.                     {% elseif conseiller.note == 1.5 %}
  73.                     <p class="text-center  small text-primary">Avis des membres
  74.                         <i class="bi bi-star-fill" style="color: #d78316;"></i>
  75.                         <i class="bi bi-star-half" style="color: #d78316;"></i>
  76.                         <i class="bi bi-star"></i>
  77.                         <i class="bi bi-star"></i>
  78.                         <i class="bi bi-star"></i>
  79.                     </p>
  80.                     {% elseif conseiller.note == 2 %}
  81.                     <p class="text-center  small text-primary">Avis des membres
  82.                         <i class="bi bi-star-fill" style="color: #d78316;"></i>
  83.                         <i class="bi bi-star-fill" style="color: #d78316;"></i>
  84.                         <i class="bi bi-star"></i>
  85.                         <i class="bi bi-star"></i>
  86.                         <i class="bi bi-star"></i>
  87.                     </p>
  88.                     {% elseif conseiller.note == 2.5 %}
  89.                     <p class="text-center  small text-primary">Avis des membres
  90.                         <i class="bi bi-star-fill" style="color: #d78316;"></i>
  91.                         <i class="bi bi-star-fill" style="color: #d78316;"></i>
  92.                         <i class="bi bi-star-half" style="color: #d78316;"></i>
  93.                         <i class="bi bi-star"></i>
  94.                         <i class="bi bi-star"></i>
  95.                     </p>
  96.                     {% elseif conseiller.note == 3 %}
  97.                     <p class="text-center  small text-primary">Avis des membres
  98.                         <i class="bi bi-star-fill" style="color: #d78316;"></i>
  99.                         <i class="bi bi-star-fill" style="color: #d78316;"></i>
  100.                         <i class="bi bi-star-fill" style="color: #d78316;"></i>
  101.                         <i class="bi bi-star"></i>
  102.                         <i class="bi bi-star"></i>
  103.                     </p>
  104.                     {% elseif conseiller.note == 3.5 %}
  105.                     <p class="text-center  small text-primary">Avis des membres
  106.                         <i class="bi bi-star-fill" style="color: #d78316;"></i>
  107.                         <i class="bi bi-star-fill" style="color: #d78316;"></i>
  108.                         <i class="bi bi-star-fill" style="color: #d78316;"></i>
  109.                         <i class="bi bi-star-half" style="color: #d78316;"></i>
  110.                         <i class="bi bi-star"></i>
  111.                     </p>
  112.                     {% elseif conseiller.note == 4 %}
  113.                     <p class="text-center  small text-primary">Avis des membres
  114.                         <i class="bi bi-star-fill" style="color: #d78316;"></i>
  115.                         <i class="bi bi-star-fill" style="color: #d78316;"></i>
  116.                         <i class="bi bi-star-fill" style="color: #d78316;"></i>
  117.                         <i class="bi bi-star-fill" style="color: #d78316;"></i>
  118.                         <i class="bi bi-star"></i>
  119.                     </p>
  120.                     {% elseif conseiller.note == 4.5 %}
  121.                     <p class="text-center  small text-primary">Avis des membres
  122.                         <i class="bi bi-star-fill" style="color: #d78316;"></i>
  123.                         <i class="bi bi-star-fill" style="color: #d78316;"></i>
  124.                         <i class="bi bi-star-fill" style="color: #d78316;"></i>
  125.                         <i class="bi bi-star-fill" style="color: #d78316;"></i>
  126.                         <i class="bi bi-star-half" style="color: #d78316;"></i>
  127.                     </p>
  128.                     {% elseif conseiller.note == 5 %}
  129.                     <p class="text-center  small text-primary">Avis des membres
  130.                         <i class="bi bi-star-fill" style="color: #d78316;"></i>
  131.                         <i class="bi bi-star-fill" style="color: #d78316;"></i>
  132.                         <i class="bi bi-star-fill" style="color: #d78316;"></i>
  133.                         <i class="bi bi-star-fill" style="color: #d78316;"></i>
  134.                         <i class="bi bi-star-fill" style="color: #d78316;"></i>
  135.                     </p>
  136.                     {% endif %}
  137.                     <h4 class="mb-2">{{conseiller.userPseudo}} - {{conseiller.userExtensionCode}}</h4>
  138.                     {% if conseiller.specialitesArray %}
  139.                     <div class="d-flex justify-content-start row">
  140.                         <strong>Specialité :</strong>
  141.                         <p class="text-warning mt-1 small">
  142.                             {% for specialite in conseiller.specialitesArray%}
  143.                             &nbsp;
  144.                             {{specialite}}
  145.                             {% endfor %}
  146.                         </p>
  147.                     </div>
  148.                     {%else%}
  149.                     {%endif%}
  150.                     <hr>
  151.                     <!-- <p class="text-muted">{{conseiller.descriptionCourte|raw}}</p> -->
  152.                     <a class="btn btn-primary btn-social mx-2" href="#!"><i class="bi bi-telephone-fill "></i></a>
  153.                     <a class="btn btn-primary btn-social mx-2" href="#!"><i class="bi bi-envelope-fill "></i></a>
  154.                     {% if conseiller.userMailing %}
  155.                     <a class="btn btn-primary btn-social mx-2" href="#!"><i class="bi bi-chat-fill "></i></a>
  156.                     {% endif %}
  157.                     {% if conseiller.userMailing %}
  158.                     <a class="btn btn-primary btn-social mx-2" href="#!"><i class="bi bi-camera-video-fill"></i></a>
  159.                     {% endif %}
  160.                 </div>
  161.             </div>
  162.             {% endfor %}
  163.         </div>
  164.     </div>
  165. </div>