{% extends 'base.html.twig' %} {% block title %}{{ lead.name }}{% endblock %} {% block body %}

Lead

{{ lead.name }}

Modifier

Coordonnees

Rue
{{ lead.streetNum ?: '—' }}
Code postal
{{ lead.zip ?: '—' }}
Ville
{{ lead.city ?: '—' }}
Pays
{{ lead.country ?: '—' }}

Qualification

Statut
{{ lead.companyStatut ?: '—' }}
Type
{{ lead.type ?: '—' }}
Autre banque
{{ lead.otherBank ?: '—' }}
Debut relation
{{ lead.startingDate ? lead.startingDate|date('d/m/Y') : '—' }}

Notes

{{ lead.notes ?: 'Aucune note.' }}

{% endblock %}