{% extends 'base.html' %} {% block title %}choice set: {{ choiceset.name }}{% endblock %} {% block content %}

{{ choiceset.name }}

Choices: {{ choiceset.choices_list|join:", " }}

Random Choice: {{ choiceset.choices_list|random }}

{% endblock %}