{% extends 'school/base_school.html' %} {% block title %}Dashboard | STD Lab{% endblock %} {% block page_title %}Today's Overview{% endblock %} {% block content %} {% if user.profile.school.is_time_test_enabled %}

Time Sync Engine

Scroll Over Clock to Adjust
{{ current_system_time|date:"h:i:s A" }}
{{ current_system_time|date:"l, d M Y" }}

Tip: Hover over the digital clock and scroll your mouse wheel to precisely adjust time minutes.

{% endif %}

{{ student_count }}

STUDENTS

{{ logs.count }}

LOGS TODAY

{{ device_count }}

DEVICES

{{ school.classes.count }}

CLASSES

Recent Attendance Activity

LIVE OVERVIEW
{% for log in logs|slice:":10" %} {% empty %} {% endfor %}
Student Roll Class Time
{{ log.student.name }}
ID: {{ log.student.pin }}
{{ log.student.roll }} {% if log.student.student_class %} {{ log.student.student_class.name }} {% else %}-{% endif %} {{ log.timestamp|date:"h:i A" }}
No records found for today.
{% if is_subscription_expired %}

Please Renew Support

Your platform subscription has expired. Please contact support or your account manager to renew access immediately.

Logout
{% endif %} {% if pending_announcements and not is_subscription_expired %}
System Broadcast
{% endif %} {% endblock %}