{% extends 'roycebulksms/base.html' %} {% block content %}
{% csrf_token %}
{{ form.group_name }}


{%for group in groups %} {% endfor %}
Group Name Date Action
{{group.group_name}} {{group.created_at}} Delete
{% endblock %}