{include file="header.tpl.html" extra_title=$extra_title} {include file="navigation.tpl.html"} {if $issue == ""}
 {t 1=$smarty.get.id|intval}Error: The issue #%1 could not be found.{/t}

 {t}Go Back{/t}
{elseif $auth_customer == 'denied' OR $auth_user == 'denied'}
 {t}Sorry, you do not have the required privileges to view this issue.{/t}

 {t}Go Back{/t}
{else} {include file="view_form.tpl.html"} {if $custom_fields|@count > 0}
{include file="custom_fields.tpl.html"} {/if}
{if $has_customer_integration and $issue.iss_customer_id} {include file="customer/$customer_backend_name/customer_info.tpl.html"}
{/if} {include file="attachments.tpl.html"}
{if $current_role > $roles.customer and $app_setup.scm_integration == 'enabled'} {include file="checkins.tpl.html"}
{/if} {if $current_role > $roles.customer} {include file="time_tracking.tpl.html"}
{/if} {if $current_role > $roles.customer} {include file="notes.tpl.html"}
{/if} {if $current_role > $roles.customer} {include file="phone_support.tpl.html"}
{/if} {if $app_setup.support_email == 'enabled'} {if $current_role > $roles.customer} {include file="email_drafts.tpl.html"}
{/if} {include file="support_emails.tpl.html"} {/if} {/if} {include file="app_info.tpl.html"} {include file="footer.tpl.html"}