{% extends 'ccc/campaigns/base.html' %} {% load tz static staticfiles waffle_tags bootstrap3 %} {% block title %}{{ request.user.username }} Contacts List {% endblock title %} {% block css %} {% endblock css %} {% block content %}
Manage groups

Filter By Date

Contacts
Toggle Columns: {% comment %} {% flag "Contact Checkin" %} {% endflag %} {% endcomment %}
Searching .... No Results Found
Social Date Created Name Campaigns Groups Survey Email Phone Country Active Notes
{$ vc.id $} -{$ id $}- -{$ id $}- {$ vc.created_at | date : "MM-dd-y hh:mm:ss a" $}  
 
{$ $index + 1 $}) {$ name $}
{$ name $}
{$ name $}
{$ vc.country $} Yes
{% for vc in contacts %} {% endfor %} {% include 'ccc/contacts/add_contact_modal.inc.html' %} {% include 'ccc/contacts/upload_contacts_modal.inc.html' with form=upload_contact_form %} {% include 'ccc/contacts/import_contacts_modal.inc.html' with form=import_contact_form %} {% if user.is_staff %} {% include 'ccc/contacts/import_users_modal.inc.html' with form=import_users_form %} {% endif %} {% endblock content %} {% block scripts %} {% endblock scripts %}