{* customer survey module *} {if $configuration_saved eq 1}

{$smarty.const.ADMIN_UPDATE_SUCCESSFUL} {/if}

{if $start_new_poll eq "yes"}

{$smarty.const.ADMIN_POLL_WARNING}

{$smarty.const.ADMIN_POLL_QUESTION}
{$smarty.const.ADMIN_POLL_OPTIONS}

{else} {* show existing survey results *} {section name=i loop=$survey_answers} {/section}
{$survey_answers[i]} {$survey_results[i]} {if $voters_count ne 0}{math equation="round(100 * $survey_results[i] / $voters_count)"}{else}0{/if}%

[ {$smarty.const.ADMIN_START_NEW_POLL} ] {/if}