{% extends "base.html" %} {% block content %}

Lot: {{ lot.name }}

Modifier Retour
Informations du Lot

Nom: {{ lot.name }}

Entreprise assignée: {% if lot.company %} {{ lot.company.name }} {% else %} Aucune entreprise assignée {% endif %}

Statistiques

Catégorie: {% if lot.category %} {{ lot.category.name }} {% else %} Non assignée {% endif %}

Tâches préventives associées
{% for task in lot.tasks %} {% else %} {% endfor %}
Tâche Périodicité Actions
{{ task.num_tache }} {{ task.tache }} {{ task.periodicite }}
Aucune tâche préventive associée.
{% endblock %}