{% extends "layouts/master.html" %} {% block title %}Dashboard | SparkNext{% endblock %} {% block page_heading %}Dashboard{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% if current_building and current_building.address %} {{ current_building.address }} {% else %} Detecting your current location {% endif %}
{{ card.label }}
Total Patient
Doctor
Appointment
Hospital Earning
{% if today_attendance %} {% if today_attendance.check_out_at %} Today attendance completed and {{ today_attendance.approval_status }}. {% elif today_attendance.check_in_at %} Checked in. Check out when your duty is complete. {% else %} Ready for attendance. {% endif %} {% else %} Ready to check in for today's duty. {% endif %}