{% extends 'base.html' %} {% block menu %} {% include 'system/menu.html' %} {% endblock menu %} {% block info%} {% include 'system/info_hardware.html' %} {% endblock info%} {% block content %} {% if not printers %}
Não existem impressoras configuradas neste servidor.
{% endif %} {% endblock content %}