{% extends "base.html" %} {% import "partials/icons.html" as ico %} {% block head_title %}{{ client.name }} · ImpTune{% endblock %} {% block crumb %} {{ ico.i('back', 12) }}Clients {% endblock %} {% block page_title %}{{ client.name }}{% endblock %} {% block page_actions %} {{ ico.i('plus') }}Add printer {% endblock %} {% block content %}

Printers

{% if printer_count %} {{ ico.i('check', 12) }}{{ ready_count }} Ready {% if printer_count - ready_count %} {{ ico.i('alert', 12) }}{{ printer_count - ready_count }} Driver needed {% endif %} {% endif %}
{% include "partials/printer_list.html" %} {% endblock %}