{% if self.your_words_competition %}{% trans 'Share your story' %}{% elif self.display_form_directly %}{% trans 'Vote' %}{% else %}{% trans 'Quiz' %}{% endif %}
{% if not self.display_form_directly %}
{% if self.image %}
{% endif %}
{% endif %}
{% if self.show_results and results %}
{% if self.your_words_competition %}
{% with wordSetting='GCN competition' %}
{% blocktrans %}Your {{wordSetting}} has been completed successfully. See results{% endblocktrans %}
{% endwith %}
{% elif self.display_form_directly %}
{% with wordSetting='poll' %}
{% blocktrans %}Your {{wordSetting}} has been completed successfully. See results{% endblocktrans %}
{% endwith %}
{% else %}
{% with wordSetting='survey' %}
{% blocktrans %}Your {{wordSetting}} has been completed successfully. See results{% endblocktrans %}
{% endwith %}
{% endif %}
{% for question, answers in results.items %}
{% for answer, count in answers.items %}
{% if self.show_results_as_percentage %}
{{answer}}