{% set routename = app.request.get('_route') %}
{% if cours.type == 'Formation' %} {% else %} {% endif %}
{% if cours.image is null %} course {% else %} Image Description {% endif %}
{% if routename == 'search' %} {% if cours.type == 'Formation' %} {{cours.category.name}} {% endif %} {% else %} {{cours.category.name}} {% endif %} {% if (cours.skills == "Débutant") %} Débutant {% elseif (cours.skills == "Amateur") %} Amateur {% else %} Expert {% endif %}

{% if cours.type == 'Formation' %} {{cours.title}} {% else %} {{cours.title}} {% endif %}

{% if cours.type == 'Courses' %}
  • {{cours.chapters|length }} chapitres
{% endif %}

{{cours.description| u.truncate(60, '..') | raw }}