{if $previous_issue}
{/if}
{if $next_issue}
{/if}
{if $quarantine.iqu_status > 0}
{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}
{t}Note: Project automatically switched to '{$core.project_name}' from '{$old_project}'.{/t}
{/if}
{if $issue.iss_private == 1}
{t}Note{/t}: {t}This issue is marked private. Only Managers, the reporter and users assigned to the issue can view it.{/t}
{/if}