{% extends 'base.html' %} {% block title %}Message Parent — Rapha-Bethel BNPS{% endblock %} {% block content %}

Send Message to Parent

{{ parent.first_name }} {{ parent.last_name }} — {{ parent.phone }}

Back
SMS to {{ parent.first_name }} {{ parent.last_name }}
{{ parent.first_name|first }}{{ parent.last_name|first }}
{{ parent.first_name }} {{ parent.last_name }}
{{ parent.get_relationship_display }} of {% if parent.student %}{{ parent.student.first_name }} {{ parent.student.last_name }}{% endif %} · {{ parent.phone }}
{% csrf_token %}
0/160 characters
Cancel
{% endblock %} {% block extra_js %} {% endblock %}