{% comment %}Renders only the list items for unmarked answers (used as a partial){% endcomment %} {% for answer in user_answers %} {% with answer_url=answer|urlencode:'' %} {% if answer in answer_suggest_incorrect %}
  • {{ answer }}
    🔍 🔗
  • {% else %}
  • {{ answer }}
    🔍 🔗
  • {% endif %} {% endwith %} {% endfor %}