{% extends "pretixcontrol/items/base.html" %} {% load i18n %} {% load bootstrap3 %} {% load escapejson %} {% load formset_tags %} {% block title %}{% blocktrans with name=question.question %}Question: {{ name }}{% endblocktrans %}{% endblock %} {% block inside %}
{% blocktrans trimmed %} No matching answers found. {% endblocktrans %}
{% if not items %}{% trans "You need to assign the question to a product to collect answers." %}
{% trans "Edit question" %} {% endif %}{% trans "Answer" %} | {% trans "Count" %} | {% trans "Percentage" %} |
---|---|---|
{{ stat.answer }} | {{ stat.count }} | {{ stat.percentage|floatformat:1 }} % |