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

{__('Step 2 date', 'Choose dates for your poll')}

{if $error != null}

{$error}

{/if}

{__('Step 2 date', 'To schedule an event you need to provide at least two choices (e.g., two time slots on one day or two days).')}

{__('Step 2 date', 'You can add or remove additional days and times with the buttons')} {__('Generic', 'Remove')} {__('Generic', 'Add')}

{__('Step 2 date', 'For each selected day, you are free to suggest meeting times (e.g., \"8h\", \"8:30\", \"8h-10h\", \"evening\", etc.)')}

{foreach $choices as $i=>$choice} {if $choice->getName()} {$day_value = $choice->getName()|date_format:$date_format['txt_date']} {else} {$day_value = ''} {/if}
({__('Date', 'yyyy-mm-dd')})
{foreach $choice->getSlots() as $j=>$slot}
{/foreach}
{/foreach}
{__('Date', 'Add range dates')}
{/block}