{% extends 'base.html' %} {% block title %}Imprimantes{% endblock %} {% block content %}
| Nom | Statut | Préfixe HA | Notes | |
|---|---|---|---|---|
| {{ p.name }} | {% if p.is_active %} Active {% else %} Inactive {% endif %} |
{% if p.ha_entity_prefix %}
{{ p.ha_entity_prefix }}
{% else %}
—
{% endif %}
|
{{ p.notes or '—' }} |
|