{% extends "support.html" %} {% block head %} {{ block.super }} {% endblock %} {% block pagehead %} {% include 'pagehead.html' %} {% endblock %} {% block content %}
{% csrf_token %} {{ printer_form.management_form }} {% for frm in printer_form %} {% if frm.is_external.value == False or frm.is_external.value == 'False' %} {% endif %} {% endfor %}
Internal Printers
Tag Description Label Desc. Type Dark Print Speed Printhead Type Top Of Form Shift Left
{{ frm.is_external }}{{ frm.id }}{{ frm.tag }} {{ frm.description }} {{ frm.label_description }} {{ frm.type }} {{ frm.darkness }} {% if frm.type.value == 100 %} {% else %}{{ frm.print_speed }}{% endif %} {% if frm.type.value == 100 %} {% else %}{{ frm.printhead_type }}{% endif %} {{ frm.top_of_form }} {{ frm.shift_left }}
{% if frm.type.value == 100 %} {% else %}Conn. Type: {{ frm.conn_type }}   {% endif %} IP Addr: {{ frm.ip_address }}    Port: {{ frm.ip_port }}    {% if frm.type.value == 100 %} {% else %}Serial Port: {{ frm.serial_port }}   {% endif %} {% if frm.type.value == 100 %} {% else %}Baud Rate: {{ frm.baud_rate }}   {% endif %} {% if frm.type.value == 100 %} {% else %}Orientation: {{ frm.orientation }}   {% endif %} {% if frm.type.value != 100 %} {% else %}Falling Edge: {{ frm.falling_edge }}   {% endif %} {% if frm.type.value != 100 %} {% else %}Rising Edge: {{ frm.rising_edge }}   {% endif %} {% if frm.type.value == 100 %} {% else %}DLX Present Lbl On: {{ frm.dlx_present_lbl_on }}   {% endif %} {% if frm.type.value == 100 %} {% else %}MCOM Lbl Present: {{ frm.mcom_label_present }}   {% endif %} {% if frm.type.value != 100 %}FW: {{ frm.firmware_rev.value }}{% endif %}
{% for frm in printer_form %} {% if frm.is_external.value == True or frm.is_external.value == 'True' %} {% endif %} {% endfor %}
External Printers
Tag Description Cups Name Label Desc. Type Printhead Type Orientation Allow MFQ Printing Active
{{ frm.is_external }}{{ frm.id }}{{ frm.tag }} {{ frm.description }} {{ frm.cups_name }} {{ frm.label_description }} {{ frm.type }} {{ frm.printhead_type }} {{ frm.orientation }} {{ frm.allow_manual_filling }} {{ frm.active }}
CUPS Management Page

 

 

Manage Label Formats

{{ label_format_form.management_form }} {% for lblfrm in label_format_form %} {% endfor %}
Tag Description Label Type Width Height DPI Width DPI Height Format Tags Active
{{ lblfrm.id }}{{ lblfrm.tag }} {{ lblfrm.description }} {{ lblfrm.task_group }} {{ lblfrm.width_in }} {{ lblfrm.height_in }} {{ lblfrm.dpi_width }} {{ lblfrm.dpi_height }} {{ lblfrm.label_defn_name }} {% if 'INFO' in lblfrm.tag.value %}
{{ lblfrm.backside_label_defn_name }}{% endif%}
{{ lblfrm.active }}
{% csrf_token %}
Tag: {{ add_printer_form.tag }} Description: {{ add_printer_form.description }}
CUPS Name: {{ add_printer_form.cups_name }} Printhead Type: {{ add_printer_form.printhead_type }}
Printer Type: {{ add_printer_form.type }} Orientation: {{ add_printer_form.orientation }}
{% csrf_token %}
Tag: {{ add_format_form.tag }} Description: {{ add_format_form.description }}
Label Type: {{ add_format_form.task_group }} Format Tags: (Front): {{ add_format_form.label_defn_name }}
Width (in.): {{ add_format_form.width_in }} Height (in.): {{ add_format_form.height_in }}
DPI Width: {{ add_format_form.dpi_width }} DPI Height: {{ add_format_form.dpi_height }}
{% endblock %}