{% extends "base.html" %} {% block title %}RapidSMS · Send a Text Message{% endblock title %} {% block extra_stylesheets %} {# Required by selectable. #} {% endblock %} {% block extra_javascript %} {% endblock %} {% block content %}
{# Container for form errors and messages. #}
{% csrf_token %}
{{ form.connections }}
0 recipients selected · remove all
{{ form.message }}
characters remaining
{# Keep this outside of the form to prevent accidental form submission. #}

* Connections with an asterisk are the default connection for the contact.

{% endblock content %}