{% extends 'base.html' %} {% load static %} {% block title %}Parents & Guardians - Rapha-Bethel BNPS{% endblock %} {% block content %}
{{ total_parents }} contact{{ total_parents|pluralize }} on record
| Name | Relationship | Phone | Student(s) | Primary Contact | Actions |
|---|---|---|---|---|---|
|
{{ parent.get_full_name }}
{% if parent.email %}{{ parent.email }}{% endif %}
|
{{ parent.get_relationship_display }} |
{{ parent.phone }}
{% if parent.alternate_phone %} {{ parent.alternate_phone }}{% endif %} |
{{ parent.student.get_full_name }}
{{ parent.student.current_class }} |
{% if parent.is_primary_contact %} Primary {% else %} — {% endif %} | |
| No parents/guardians found. | |||||