{% extends 'ccc/campaigns/base.html' %} {% load tz static i18n staticfiles %} {% block title %} My Numbers{% endblock title %} {% block css %} {% endblock css %} {% block content %}
Date Added | Phone | Redirected To | Campaign | Survey | Verified | Delete |
---|---|---|---|---|---|---|
{{ rn.date_created }} | {{ rn.from_no }} | {{ rn.to_no }} | {% if rn.from_no.campaign_set.all %} {{ rn.from_no.campaign_set.all.0 }} {% else %} Not in Use {% endif %} | {% if rn.from_no.surveys.all %} {{ rn.from_no.surveys.all.0 }} {% else %} Not in Use {% endif %} | {% if rn.is_verified %} Yes {% else %} NO {% endif %} | Remove |