{% extends "base.html" %} {% block content %}
Nom: {{ service.name }}
Description: {{ service.description or '-' }}
Statut: {% if service.is_active %} Actif {% else %} Inactif {% endif %}
| Lot | Catégories | Entreprise | Actions |
|---|---|---|---|
| {{ lot.name }} | {{ lot.category.name if lot.category else '—' }} | {% if lot.company %} {{ lot.company.name }} {% else %} Non assigné {% endif %} | |
| Aucun lot assigné à ce service. | |||