{extends file='page.tpl'} {block name="header"} {/block} {block name=main}

{__('Step 2 classic', 'To create a poll you should provide at least two different choices.')}

{__('Step 2 classic', 'You can add or remove choices with the buttons')} {__('Generic', 'Remove')} {__('Generic', 'Add')}

{if ($allowMarkdown)}

{__('Step 2 classic', 'Links or images can be included using')} {__('Step 2 classic', 'Markdown syntax')}.

{/if}
{foreach $choices as $i=>$choice}
{if ($allowMarkdown) }   {/if}
{/foreach}
{__('Generic', 'Back')}
{/block}