{% extends 'superuser/base_super_user.html' %} {% block title %}SMS Logs: {{ school.name }} | Superadmin{% endblock %} {% block page_title %}{{ school.name }} SMS Audit{% endblock %} {% block page_subtitle %}Detailed communication lifecycle for {{ current_month_name }}.{% endblock %} {% block content %}
BACK TO DASHBOARD
PREV MONTH
{{ current_month_name }}
NEXT MONTH

Institutional Transmission History

{{ total_count }} TOTAL LOGS FOUND
{% for log in logs %} {% empty %} {% endfor %}
Timestamp Recipient (MSISDN) Message Content Dispatch Status
{{ log.timestamp|date:"d M, H:i" }} {{ log.recipient }} {{ log.message }} {% if log.status == 'SENT' %} SUCCESSFULLY DISPATCHED {% else %} TRANSMISSION FAILED {% endif %}
No communication logs recorded for this institution in {{ current_month_name }}.
{% endblock %}