poll-vote.html.twig in Poll 8
{#
/**
*/
#}
{{ form.messages }}
<div class="poll">
<div class="vote-form">
{% if show_question %}
<h3 class="poll-question">{{ question }}</h3>
{% endif %}
{{ form.choice }}
{{ form.actions }}
</div>
{{ form|without('actions', 'choice', 'messages', 'question') }}
</div>
File
templates/poll-vote.html.twig
View source
- {#
- /**
- */
- #}
- {{ form.messages }}
- <div class="poll">
- <div class="vote-form">
- {% if show_question %}
- <h3 class="poll-question">{{ question }}</h3>
- {% endif %}
-
- {{ form.choice }}
-
- {{ form.actions }}
- </div>
- {{ form|without('actions', 'choice', 'messages', 'question') }}
- </div>