{% load helpers %} {# Rendered inside the DevicePrinterPanel body on a dcim.Device detail page. #} {% if printer.grafana_monitoring_url %} {% endif %} {% if latest_status %} {% endif %}
Printer {{ printer|hyperlinked_object }}
Fleet {{ printer.fleet|hyperlinked_object }}
Make / Kind {{ printer.get_make_display }} · {{ printer.get_printer_kind_display }}
Live monitoring Open in Grafana
Status {{ latest_status.get_printer_status_display }} {% for err in latest_status.error_states %} {{ err }} {% endfor %}
Page count {{ latest_status.page_count|placeholder }}
{% if current_supplies %} {% for supply in current_supplies %} {% endfor %}
SupplyRemaining
{{ supply.supply_name }} ({{ supply.get_supply_type_display }}) {% with pct=supply.percent_remaining %} {% if pct is not None %}
{{ pct }}%
{% else %} unknown {% endif %} {% endwith %}
{% endif %}