{% extends 'base.html.twig' %} {% block title %}{{ lead.name }}{% endblock %} {% block body %}
Lead
{{ lead.notes ?: 'Aucune note.' }}