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

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

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