{% for choice in choices %}

{% trans "Delete" %} {% if choice.choice %}{{ choice.choice }}{% else %}{% trans "Click to edit option" %}{% endif %}

{{ choice.points }} {% trans "Points" %}

{% trans "Mark as correct" %}

{% endfor %}