{% extends 'superuser/base_super_user.html' %} {% block title %}SMS Control | SaaS Command{% endblock %} {% block page_title %}SMS & Operational Control{% endblock %} {% block page_subtitle %}{{ institution.name }} | System Configuration{% endblock %} {% block content %}
{% csrf_token %}

Core Control

Master SMS Gateway
GATEWAY
Individual Mode
PER-STUDENT

Attendance Control

Punch In SMS
Punch Out SMS
Lunch Break SMS
Absenteeism SMS

Academic & Financial (Monthly Broadcast Limits)

Announcement SMS
Remaining: {{ rem_announcement }} / {{ institution.monthly_announcement_limit_per_student }}
Examination SMS
Remaining: {{ rem_exam }} / {{ institution.monthly_exam_limit_per_student }}
Virtual Class SMS
Remaining: {{ rem_meeting }} / {{ institution.monthly_meeting_limit_per_student }}
Fee Receipt SMS
Remaining: {{ rem_fee }} / {{ institution.monthly_fee_limit_per_student }}

Operational Protocol

Punch Enforcement
MANDATORY LUNCH
Discard
{% endblock %}