{% extends 'base.html' %} {% load static %} {% block title %}Parent Communication - Rapha-Bethel BNPS{% endblock %} {% block content %}

Parent Communication

{{ total_parents }} parent contact{{ total_parents|pluralize }}

Bulk SMS to Parents
Parent Contact Directory
{% for entry in parents %} {% empty %} {% endfor %}
ParentStudentPhoneLanguageSMSAction
{{ entry.parent.get_full_name }}
{{ entry.parent.get_relationship_display }}
{{ entry.student.get_full_name }}
{{ entry.student.current_class|default:"No class" }}
{{ entry.phone }} {{ entry.preferred_language|upper }} {% if entry.receive_sms %}{% else %}{% endif %}
No parent contacts found.
{% endblock %}