{extends file='page.tpl'} {block name=main}
{if ($mails_yes|count) === 0} {__('display_mails', "No one voted 'Yes' to this option.")}
{else} {__('display_mails', "Users who voted 'Yes' for this option have left those email addresses:")}
{strip}
            {foreach $mails_yes as $mail}
                {$mail|html}
{/foreach}
{/strip} {/if}
{if ($mails_ifneedbe|count) === 0} {__('display_mails', "No one voted 'If need be' to this option.")}
{else} {__('display_mails', "Users who voted 'If need be' for this option have left those email addresses:")}
{strip}
            {foreach $mails_ifneedbe as $mail}
                {$mail|html}
{/foreach}
{/strip} {/if}
{if ($mails_no|count) === 0} {__('display_mails', "No one voted 'No' to this option.")}
{else} {__('display_mails', "Users who voted 'No' for this option have left those email addresses:")}
{strip}
            {foreach $mails_no as $mail}
                {$mail|html}
{/foreach}
{/strip} {/if}
{__('adminstuds', 'Back to the poll')} {/block}