{extends "base.tpl.html"} {block "title"}#{$issue_id} - History{/block} {block "content"} {section name="i" loop=$changes} {sectionelse} {/section}
{t}History of Changes to Issue{/t} #{$issue_id}
{t}Date{/t} {t}Summary{/t}
$core.roles.customer}class="internal"{/if} nowrap> {$changes[i].his_created_date|timeago} {$changes[i].his_summary|escape:"html"|activateLinks|replace:"no value set":"no value set"}
{t}No changes could be found.{/t}
{if $core.current_role > $core.roles.customer} {section name="i" loop=$reminders} {sectionelse} {/section}
{t}History of Reminders Triggered for Issue{/t} #{$smarty.get.iss_id}
{t}Date{/t} {t}Triggered Action{/t}
{$reminders[i].rmh_created_date|timeago} {$reminders[i].rma_title|escape:"html"}
{t}No reminders could be found.{/t}
{/if} {/block}