{% extends 'ccc/campaigns/base.html' %} {% load tz static survey_tags %} {% block title%}Surveys {% endblock %} {% block content %}
Choose Survey:
My Survey Responses
{% for answer in object_list %} {% endfor %}
Survey Phone Number Responses
{% if answer.question__survey__title %} {{ answer.question__survey__title }} {% endif %} {{ answer.contact__phone }} {{ answer.num_answers }}
URL Analytics
{% for link in short_links %} {% endfor %}
Survey URL Number of people received Number of clicks
{{ link.question__survey__title }} {{ link.long_url }} {{ link.total }} {{ link.clicks }}
{% endblock %} {% block scripts %} {% endblock scripts %}