{% load custom_filters %} Admin Dashboard
{% for user_id, user_data in answers_by_user.items %} {% for answer in user_data.answers %} {% if forloop.first %} {% endif %} {% endfor %} {% endfor %}

Log Questions

User ID Question Id Cluster ID Timestamp Questions Answers Actions
{{ user_id }} {{ answer.session_id }} {{ answer.cluster_id }} {{ answer.question_asked_time|date:"Y-m-d H:i:s" }} {{ answer.question }}
{{ answer.answer|truncatechars:200 }}
{{ answer.answer }}
{% if answer.answer|length > 200 %} {% endif %}
{% csrf_token %}