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

Compose SMS

{{ recipient_count }} recipient{{ recipient_count|pluralize }} selected

Back
Message
{% csrf_token %}
0/160 characters
{% for recipient in recipients %}
{% empty %}

No recipients available for this type.

{% endfor %}
In development mode, SMS messages are logged but not actually sent. Integration with an SMS gateway (e.g. Orange/MTN API) is required for production.
Cancel
SMS Tips
  • Keep messages under 160 characters
  • Use French for parent messages where possible
  • Avoid sending after 8PM
  • Always include school name in message
{% block extra_js %} {% endblock %} {% endblock %}