{% for value, label, url, selected in choices %} {% if selected %}
  • {{ label }}
  • {% else %}
  • {{ label }}
  • {% endif %} {% endfor %}