{* customer survey module *} {if $configuration_saved eq 1}
{$smarty.const.ADMIN_UPDATE_SUCCESSFUL} {/if}
{if $start_new_poll eq "yes"}
{else} {* show existing survey results *}{$survey_question} | {$smarty.const.VOTES_FOR_ITEM_STRING} | |
{$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}