{% extends 'ccc/campaigns/base.html' %} {% load tz static i18n staticfiles %} {% block title %} Contacts{% endblock title %} {% block css %} {% endblock css %} {% block content %}

{{ team.name }} {{ team.phone }}

Invite members to {{ team }}
{% csrf_token %}

Send an invite below

{% csrf_token %}
First Name, Last name or Nick Name
{{ team.name }} members
Columns
{% for mb in members %} {% endfor %}
Added at Name Phone No Email Calls received On/Off Accepted Remove
{{ mb.date_created }} {{ mb.nick_name }} {{mb.personal_phone }} {{ mb.email }} {{ mb.repeat }} Yes Remove
{% endblock content %} {% block scripts %} {% endblock scripts %}