{$survey.name}

{$MOD.LBL_SURVEY_RESPONSES} {$responsesCount}
{$MOD.LBL_SURVEYS_SENT} {$surveysSent}
{$MOD.LBL_SURVEY_DISTINCT} {$surveysSentDistinct}
{foreach from=$data key=i item=question}
{if $question.type == 'Checkbox'} {include file='modules/Surveys/tpls/Reports/checkbox.tpl'} {elseif $question.type == 'Dropdown' || $question.type == 'Multiselect' || $question.type == 'Radio' || $question.type == 'Rating' || $question.type == 'Scale'} {include file='modules/Surveys/tpls/Reports/option.tpl'} {elseif $question.type == 'Matrix'} {include file='modules/Surveys/tpls/Reports/matrix.tpl'} {else} {include file='modules/Surveys/tpls/Reports/other.tpl'} {/if}
{/foreach}