{% import "partials/icons.html" as ico %}
Name, IP address, driver, and the defaults the workstation gets.
{{ ico.i('plus', 14) }}Add printer| Name | Status | Defaults | Actions |
|---|---|---|---|
| {{ p.name }} {{ p.ip_address }} · {{ p.port_name }} | {% if p.driver_id %} {{ ico.i('check', 12) }}Ready {{ p.driver.original_filename }} {% else %} {{ ico.i('alert', 12) }}Driver needed {% endif %} | {{ p.duplex_mode }} {{ 'Color' if p.color_mode else 'Grayscale' }} {{ p.paper_size }} {% if p.collate %} Collate {% endif %} | {% if p.driver_id %} {{ ico.i('download', 14) }} {% endif %} {% include "partials/printer_edit_modal.html" %} |