{% extends 'roycebulksms/base.html' %} {% block content %}
{% csrf_token %}
{{form.sender_id}}
{{form.text}}
{{form.phone_nubers}}

{% endblock %}