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