{% for item in combined %} {% with question=item.question, answers=item.answers, showViewQuestionBtn=True, multipleAnswers=True %} {% include 'snippets/layout/question_card.html' %} {% endwith %} {% endfor %} {% if combined|length == per_page %}
Loading...
{% endif %}