{% extends "base.html" %} {% load static %} {% load i18n %} {% block title %}{% trans "Printing Queues" %}{% endblock %} {% block context_navbar %} {% include "printers/navbar.html" %} {% endblock %} {% block content %}

{% trans "List of available printing queues" %}

{% for queue in queues %} {% endfor %}
{% trans "Configured Queues" %}
{{queue}} {% trans "Edit hosts" %}
{% blocktrans %} WARNING: if you're using this application from a host different from the FUSS Server, the following button will work only if the CUPS service is enabled for remote administration. {% endblocktrans %}
{% trans "Configure printers and queues" %}
{% endblock %}