{% extends 'base.html' %} {% load static %} {% block title %}PVs du client - {{ client.nom }} - Contrôle Technique{% endblock %} {% block content %}
{{ client.adresse|default:"Adresse non renseignée" }} {% if client.ville %}, {{ client.ville }} {{ client.code_postal }}{% endif %}
{% if client.email %} {{ client.email }} {% endif %} {% if client.telephone %} | {{ client.telephone }} {% endif %}
| N° PV | Date | Type | Objet du contrôle | Lieu | Statut | Actions |
|---|---|---|---|---|---|---|
| #{{ pv.numero }} | {{ pv.date_visite|date:"d/m/Y" }} {{ pv.date_visite|date:"H:i" }} | {{ pv.type_pv.nom|default:"-" }} | {{ pv.objet_controle.nom_projet|truncatechars:50 }} | {{ pv.lieu|truncatechars:30|default:"-" }} | {% if pv.statut == 'final' %} Final {% else %} Brouillon {% endif %} | |
|
Aucun procès-verbal trouvé pour ce client Créer un premier PV |
||||||