{% load apis_helpers %}
{% for choice in choices %} {% with choice|content_type as ctype %} {{ctype}}: {{ choice }} {% endwith %} {% endfor %}