{% extends "modern/base.html" %} {% block title %}Dashboard - Zebra Day{% endblock %} {% block content %}
{{ stats.total_printers | default(0) }}
Total Printers
{{ stats.online_printers | default(0) }}
Online
{{ stats.total_labs | default(0) }}
Labs
{{ stats.total_templates | default(0) }}
Templates

Quick Actions

Labs

View All
{% if labs %}
{% for lab_name, printers in labs.items() %} {% endfor %}
Lab Name Printers Actions
{{ lab_name }} {{ printers | length }} printer(s) View
{% else %}

No labs configured yet

Scan Network
{% endif %}

API Documentation

Swagger UI Interactive API documentation
ReDoc Read-only API reference
{% endblock %}