{% extends 'base_public.html.twig' %} {% block title %}{{ parcours.nom }} - Outils existants{% endblock %} {% block content %} {% set types = type_fiche_outil() %}
{{ fiche.description|u.truncate(100, '...') }}
{% endif %} {% if fiche.type == types.STANDARD %} En savoir plus {% else %} Accéder {% endif %}