{% if S_HAS_POLL_OPTIONS %}

{{ lang('PREVIEW') }}{{ lang('COLON') }} {{ POLL_QUESTION }}

{% if L_POLL_LENGTH %}{{ lang('POLL_LENGTH') }}
{% endif %}{{ lang('MAX_VOTES') }}

{% for poll_option in loops.poll_option %}
{% if S_IS_MULTI_CHOICE %}{% else %}{% endif %}
{% endfor %}
{% endif %} {% EVENT posting_preview_poll_after %}

{{ lang('PREVIEW') }}{{ lang('COLON') }} {{ PREVIEW_SUBJECT }}

{{ PREVIEW_MESSAGE }}
{% EVENT posting_preview_content_after %} {% if loops.attachment|length %}
{{ lang('ATTACHMENTS') }}
{% for attachment in loops.attachment %}
{{ attachment.DISPLAY_ATTACHMENT }}
{% endfor %}
{% endif %} {% if PREVIEW_SIGNATURE %}
{{ PREVIEW_SIGNATURE }}
{% endif %}