{% extends 'base.html' %} {% block menu %} {% include 'system/menu.html' %} {% endblock menu %} {% block info%} {% include 'system/info_hardware.html' %} {% endblock info%} {% block content %} {% if msg %}
{% endif %} {% if errmsg %} {% endif %} {% if not registered %} {% endif %} {% if not printers_info %} {% endif %} {% if not printers_info %} {% else %} {% endif %} {% endblock content %}