{% extends 'base2.html.twig' %} {% block title %}Cas Cliniquue{% endblock %} {% block body %}
| Id | Titre | Catégorie | Description | Photoavant | Photoapres | Video | actions |
|---|---|---|---|---|---|---|---|
| {{ cas_clinique.id }} | {{ cas_clinique.titre }} | {{ cas_clinique.categorie.categorie }} | {{ cas_clinique.description|slice(0, 35) ~ (cas_clinique.description|length > 35 ? '...' : '') }} |
{% if cas_clinique.photoavant %}
|
{% if cas_clinique.photoapres %}
|
{% if cas_clinique.video %} {% endif %} | show edit |
| no records found | |||||||