{% extends "base.html" %} {% import "partials/icons.html" as ico %} {% block head_title %}Add printer · ImpTune{% endblock %} {% block crumb %} {{ ico.i('back', 12) }}Printers {% endblock %} {% block page_title %}Add printer{% endblock %} {% block content %}
Identity
Network connection
Driver
Print defaults
Cancel
{# Separate form on purpose: HTML forbids nesting, and the upload answers a question the technician has *while* filling the form ("my driver isn't in the list"). The response OOB-swaps the select above, new driver selected. #}

Add a new driver

The ZIP must contain the .inf file and every file it references.

Uploading…
{% endblock %}