{% extends 'base.html' %} {% block title %}Liste des équipements de levage{% endblock title %} {% block content %}
For basic styling—light padding and only horizontal dividers—use the class table.
| Description | Lieu | Type | Prochaine vérif | Critique ? | Rapport | Action | |
|---|---|---|---|---|---|---|---|
| {{ e.description }} | {{ e.lieu }} | {{ e.type_appareil }} | {{ e.date_prochaine_verification|date:"d/m/Y" }} | {% if e.criticite %}⚠️{% else %}✅{% endif %} | {% if eq.rapport %}📎 Voir le rapport{% else %}Aucun{% endif %} | {% comment %}✏️ Modifier |