{% extends "modern/base.html" %} {% block title %}Printers - Zebra Day{% endblock %} {% block content %}
View and manage Zebra printers
| Printer | Location | IP Address | Status | Label Styles | Actions |
|---|---|---|---|---|---|
|
{{ printer.name }} {{ printer.manufacturer | default('zebra') | title }} {{ printer.model | default('Unknown model') }} {% if printer.id != printer.name %} ID: {{ printer.id }} {% endif %} |
{% if printer.lab_location %} {{ printer.lab_location }} {% else %} — {% endif %} | {% if printer.ip_address != 'dl_png' %} {{ printer.ip_address }} {% else %} {{ printer.ip_address }} {% endif %} | {% if printer.status == 'online' %} Online {% else %} Offline {% endif %} | {% for style in printer.label_zpl_styles[:3] %} {{ style }} {% endfor %} {% if printer.label_zpl_styles | length > 3 %} +{{ printer.label_zpl_styles | length - 3 }} more {% endif %} | Details Print |
No printers found in {{ lab }}
Scan Network