{include file="header.tpl.html"}
{t}History of Changes to Issue{/t} #{$smarty.get.iss_id}
{section name="i" loop=$changes} {cycle values=$cycle assign="row_color"} {sectionelse} {/section}
{t}Date{/t} {t}Summary{/t}
$roles.customer}bgcolor="{$internal_color}" class="default_white"{else}bgcolor="{$row_color}" class="default"{/if} nowrap> {$changes[i].his_created_date} {$changes[i].his_summary|replace:"no value set":"no value set"}
{t}No changes could be found.{/t}

{if $current_role > $roles.customer}
{t}History of Reminders Triggered for Issue{/t} #{$smarty.get.iss_id}
{section name="i" loop=$reminders} {cycle values=$cycle assign="row_color"} {sectionelse} {/section}
{t}Date{/t} {t}Triggered Action{/t}
{$reminders[i].rmh_created_date} {$reminders[i].rma_title|escape:"html"}
{t}No reminders could be found.{/t}

{/if} {include file="app_info.tpl.html"} {include file="footer.tpl.html"}