{t}This Issue is Currently Quarantined{/t}
{include file="customer/$customer_backend_name/quarantine.tpl.html"}
{if $core.current_role > $core.roles.customer && $quarantine.iqu_expiration != ''}
{t 1=$quarantine.time_till_expiration}Quarantine expires in %1{/t}
{/if}
{t 1="faq.php" escape=no}Please see the FAQ for information regarding quarantined issues.{/t}
{if $core.current_role > $core.roles.developer}
{/if}
{/if}
{if $project_auto_switched|default:0 == 1}
{* XXX the same logic also present in update controller *}
{t 1=$old_project 2=$core.project_name}Note: Project automatically switched from '%1' to '%2'.{/t}
{/if}
{if $issue.iss_access_level != 'normal'}
{t}Note{/t}: {t 1=$access_level_name}This issue has an access level of %1. Access to view this issue is restricted.{/t}