{if $update_result == -1}
{t}Sorry, an error happened while trying to run your query.{/t}
{elseif $update_result == 1}
{t}Thank you, issue #{$smarty.post.issue_id} was updated successfully.{/t}
{if $has_duplicates == 'yes'}
{t}Also, all issues that are marked as duplicates from this one were updated as well.{/t}
{/if}