{% extends "base.html" %} {% import "partials/icons.html" as ico %} {% block head_title %}{{ printer.name }} · ImpTune{% endblock %} {% block crumb %} {{ ico.i('back', 12) }}Printers {% if printer.client_id %}/{{ printer.client.name }}{% endif %} {% endblock %} {% block page_title %}{{ printer.name }}{% endblock %} {% block page_actions %} {% if has_driver %} {{ ico.i('check', 12) }}Ready {% else %} {{ ico.i('alert', 12) }}Driver needed {% endif %} {% endblock %} {% block content %}
Assign a driver to this printer to unlock scripts and export.
{{ ico.i('pencil', 14) }}Assign a driverPaste these into the Win32 app's install and uninstall fields.
{{ install_cmd }}
{{ uninstall_cmd }}
Assign a driver to this printer to unlock scripts and export.
{% endif %}{{ ico.i('check', 14) }}Icon saved
No icon. Intune will show its default.
{% endif %}