{% include "partials/driver_list.html" %} {# Out-of-band: refresh the printer form's driver picker with the new driver chosen. #} No driver {% for item in driver_data %} {{ item.driver.original_filename }}{% if item.names %} — {{ item.names | join(', ') }}{% endif %} {% endfor %}