{Translation::t($survey, 'survey_title')}

{if $alreadyVoted}

{"You have already completed this survey"|gettext}.

{else}

{if trim($survey->data.survey_completionmessage) eq ''} {"Thank you for completing this survey"|gettext}. {else} {Translation::t($survey, 'survey_completionmessage')} {/if}

{/if}