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

Service: {{ service.name }}

Modifier Retour
Informations du Service

Nom: {{ service.name }}

Description: {{ service.description or '-' }}

Statut: {% if service.is_active %} Actif {% else %} Inactif {% endif %}

Lots gérés par ce service ({{ lots.total }})
{% for lot in lots %} {% else %} {% endfor %}
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.
Assigner des lots à ce service
Ctrl+clic pour sélection multiple. Un lot ne peut être assigné qu'à un maximum de 2 services.
{% endblock %}