{% extends 'base.html.twig' %} {% block title %}Cas clinique{% endblock %} {% block body %} Filtrer par catégories {% set icons = ['fa-tooth', 'fa-teeth-open', 'fa-stethoscope', 'fa-x-ray', 'fa-syringe', 'fa-notes-medical'] %} {% for categorie in categories %} {{ categorie.categorie }} - {{ actes_count[categorie.id] | default(0) }} {% endfor %} Nos cas cliniques {% for ca_clinique in cas_clinique %} {% set icons = ['fa-tooth', 'fa-teeth-open', 'fa-stethoscope', 'fa-x-ray', 'fa-syringe', 'fa-notes-medical'] %} {{ ca_clinique.categorie.categorie }} {{ ca_clinique.titre }} {{ ca_clinique.description }} {% if ca_clinique.photoavant %} {% endif %} {% if ca_clinique.photoapres %} {% endif %} {% if ca_clinique.photoavant and ca_clinique.photoapres %} {% endif %} {% if ca_clinique.video %} Votre navigateur ne supporte pas la balise vidéo. {% endif %} {% endfor %} Aucun cas clinique trouvé pour ces catégories. {% endblock %}
{{ ca_clinique.description }}