{% extends 'base.html' %} {% load static %} {% block title %}Parent Communication - Rapha-Bethel BNPS{% endblock %} {% block content %}
{{ total_parents }} parent contact{{ total_parents|pluralize }}
| Parent | Student | Phone | Language | SMS | Action |
|---|---|---|---|---|---|
|
{{ 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. | |||||