{% extends 'base.html' %} {% block title %}Liste des équipements de levage{% endblock title %} {% block content %} ➕ Ajouter
Data Table

For basic styling—light padding and only horizontal dividers—use the class table.

{% for e in equipements %} {% endfor %}
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 %} 📄 PDF ✏️ Modifier
{% endblock %}