{include file="header.tpl.html" extra_title=$extra_title}
{include file="navigation.tpl.html"}
<script src="{$rel_url}js/httpclient.js"></script>
<script src="{$rel_url}js/expandable_cell.js"></script>
{if $issue == ""}
<table width="400" align="center">
<tr>
<td>
<span class="default"><b>{t 1=$smarty.get.id}Error: The issue #%1 could not be found.{/t}</b>
<br /><br />
<a class="link" href="javascript:history.go(-1);">{t}Go Back{/t}</a></span>
</td>
</tr>
</table>
{elseif $auth_customer == 'denied' OR $auth_user == 'denied'}
<table width="500" align="center">
<tr>
<td>
<span class="default"><b>{t}Sorry, you do not have the required privileges to view this issue.{/t}</b>
<br /><br />
<a class="link" href="javascript:history.go(-1);">{t}Go Back{/t}</a></span>
</td>
</tr>
</table>
{else}
{include file="view_form.tpl.html"}
{if $custom_fields|@count > 0}
<div class="view_issue_seperator"></div>
{include file="custom_fields.tpl.html"}
{/if}
<div class="view_issue_seperator"></div>
{if $has_customer_integration and $issue.iss_customer_id}
{include file="customer/$customer_backend_name/customer_info.tpl.html"}
<div class="view_issue_seperator"></div>
{/if}
{include file="attachments.tpl.html"}
<div class="view_issue_seperator"></div>
{if $current_role > $roles.customer and $app_setup.scm_integration == 'enabled'}
{include file="checkins.tpl.html"}
<div class="view_issue_seperator"></div>
{/if}
{if $current_role > $roles.customer}
{include file="time_tracking.tpl.html"}
<div class="view_issue_seperator"></div>
{/if}
{if $current_role > $roles.customer}
{include file="notes.tpl.html"}
<div class="view_issue_seperator"></div>
{/if}
{if $current_role > $roles.customer}
{include file="phone_support.tpl.html"}
<div class="view_issue_seperator"></div>
{/if}
{if $app_setup.support_email == 'enabled'}
{if $current_role > $roles.customer}
{include file="email_drafts.tpl.html"}
<div class="view_issue_seperator"></div>
{/if}
{include file="support_emails.tpl.html"}
{/if}
{/if}
{include file="app_info.tpl.html"}
{include file="footer.tpl.html"}