{% load helpers %}
{# Rendered inside the DevicePrinterPanel body on a dcim.Device detail page. #}
| Printer |
{{ printer|hyperlinked_object }} |
| Fleet |
{{ printer.fleet|hyperlinked_object }} |
| Make / Kind |
{{ printer.get_make_display }} · {{ printer.get_printer_kind_display }} |
{% if printer.grafana_monitoring_url %}
| Live monitoring |
Open in Grafana
|
{% endif %}
{% if latest_status %}
| Status |
{{ latest_status.get_printer_status_display }}
{% for err in latest_status.error_states %}
{{ err }}
{% endfor %}
|
| Page count |
{{ latest_status.page_count|placeholder }} |
{% endif %}
{% if current_supplies %}