{% for option in option_list %} {% if option.id in selected_option_list %}
  • {% else %}
  • {% endif %}
  • {% endfor %}