{# OTS Signage Modern Theme - Dashboard Page Override Modern dashboard with KPI cards, status panels, and quick actions #} {% extends "authed.twig" %} {% block pageTitle %}Dashboard{% endblock %} {% block content %}

Dashboard

Overview of your digital signage network

{# KPI Row #}
🖥
Displays
{{ stats.displays.total|default(0) }}
{% if stats.displays.online|default(0) > 0 %} {{ stats.displays.online }} Online {% endif %} {% if stats.displays.offline|default(0) > 0 %} {{ stats.displays.offline }} Offline {% endif %}
📅
Schedules
{{ stats.schedules.total|default(0) }}
Scheduled events
👤
Users
{{ stats.users.total|default(0) }}
{{ stats.users.active|default(0) }} Active
{# Main Panels Row #}

Display Status

View all →

No displays configured yet. Add a display to get started.

Upcoming Schedules

View all →

No schedules found. Create a schedule to get started.

{# Quick Actions #}
{% endblock %}