{% extends "modern/base.html" %} {% block title %}Printers - Zebra Day{% endblock %} {% block content %}
View and manage Zebra printers
| Printer | IP Address | Status | Label Styles | Actions |
|---|---|---|---|---|
|
{{ printer.name }} {{ printer.model | default('Unknown model') }} |
{% 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