{% autoescape on %} {% for choice in choices %} {{ choice.name|safe }} {% if choice.score %}({{choice.score}}){% endif %}{% if choice.descr %}: {{choice.descr|safe}}{% endif %} {% endfor %} {% endautoescape %}