{% load i18n placeholder_tags sekizai_tags %}
{% load cms_tags %}
{% regroup object_list|dictsort:"category_id" by category as qgroups %}
{% for qgroup in qgroups %}
{% if list and title %}
{{ qgroup.grouper }}
{% endif %}
{% endfor %}
{% for qgroup in qgroups %}
{% for question in qgroup.list %}