{include file="header.tpl"}
{if $success == 0}
Vote is not confirmed:
Please check thelink you received. It seems like the link is broken.
{else}
Vote is confirmed:
{if $success == 1}
Your vote has been successfully added.
{/if}
{if $success == 2}
Your vote has been successfully updated.
{/if}
Return to the listing details
{/if}
{include file="footer.tpl"}