Survey Responses

Review and export all captured entries.

Total {{ total }} {% set pages = (total // per_page) + (1 if total % per_page else 0) %} Page {{ page }} / {{ pages }}
{% for r in rows %} {% set a = r.answers or {} %} {% endfor %}
ID PID Name Persona Online Freq Fulfillment Coupons Use Pref Matters Barriers Device Email Created
{{ r.id }} {{ r.pid }}
{{ r.name }}
{% if a.device %}
{{ a.device }}
{% endif %}
{% set persona = r.persona or '-' %} {{ persona }} {{ a.shop_online_freq or '-' }} {{ a.fulfillment_preference or '-' }} {{ a.digital_coupons_use or '-' }} {{ a.coupons_preference or '-' }} {% set wm = (a.what_matters or []) %} {% if wm %}
{% for item in wm %} {{ item }} {% endfor %}
{% else %}-{% endif %}
{% set br = (a.barriers or []) %} {% if br %}
{% for item in br %} {{ item }} {% endfor %}
{% else %}-{% endif %}
{{ a.device or '-' }} {% if a.email_consent and a.email %} {{ a.email }} {% else %}-{% endif %} {% if r.created_at %}{{ r.created_at.strftime('%Y-%m-%d %H:%M') }}{% else %}-{% endif %}
{% if page > 1 %} Prev {% else %} Prev {% endif %} Page {{ page }} / {{ pages }} {% if page < pages %} Next {% else %} Next {% endif %}
Showing {{ rows|length }} of {{ total }}