{extends "base.tpl.html"} {block "title"}#{$issue_id} - Self Assign{/block} {block "content"} {if $self_assign_result|default:'' != ''}
{if $self_assign_result == -1} {t}An error occurred while trying to run your query{/t} {elseif $self_assign_result == 1} {t}Thank you, you are now assigned to the issue{/t} #{$issue_id}. {/if}

{if not $core.current_user_prefs.close_popup_windows}
{t}Continue{/t}
{/if} {else}
{t}WARNING{/t}
{t count=$assigned_users|@count plural="The following users are already assigned to this issue"}The following user is already assigned to this issue{/t}.
{","|join:$assigned_users}
{/if} {/block}