{% extends 'ccc/campaigns/base.html' %} {% load tz static survey_tags %} {% block title%}Surveys {% endblock %} {% block content %}
Survey | Phone Number | Responses |
---|---|---|
{% if answer.question__survey__title %} {{ answer.question__survey__title }} {% endif %} | {{ answer.contact__phone }} | {{ answer.num_answers }} |
Survey | URL | Number of people received | Number of clicks |
---|---|---|---|
{{ link.question__survey__title }} | {{ link.long_url }} | {{ link.total }} | {{ link.clicks }} |