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

{__('Step 2 classic', 'To make a generic poll you need to propose at least two choices between differents subjects.')}

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

{if ($allowMarkdown)}

{__('Step 2 classic', 'It\'s possible to propose links or images by using')}{__('Step 2 classic', 'the Markdown syntax')}.

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