{% 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 %} {% comment %} {% endcomment %} {% 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 %} {% if eq.rapport %}📎 Voir le rapport{% else %}Aucun{% endif %}📄 PDF✏️ Modifier
{% endblock %}