{% load i18n %}
{% if show_title %}

{{ survey }}

{% endif %} {% if show_description %}

{{ survey.description }}

{% endif %} {% if user_choice %}

{% blocktrans with option=user_choice.option date=user_choice.create_date %} You have voted for {{ option }} on date {{ date }} {% endblocktrans %}

{% endif %}