{% extends "modern/base.html" %} {% block title %}{{ printer_name }} - Zebra Day{% endblock %} {% block content %}
Printer details for {{ lab }}
| {{ key }} | {% if key == 'ip_address' and value != 'dl_png' %} {{ value }} {% elif key == 'status' %} {% if value == 'online' %} Online {% else %} Offline {% endif %} {% elif key == 'label_zpl_styles' %} {% for style in value %} {{ style }} {% endfor %} {% else %} {{ value }} {% endif %} |
{{ printer_config }}
Send a test label to verify the printer is working correctly.