{extends "base.tpl.html"} {block title}{t 1=$issue_id}Redeem Incident - Issue#%1{/t}{/block} {block content}
{foreach from=$incident_details item=type_details key=type_id} {/foreach} {if $res|default:'' == ''} {/if}
{if $res|default:'' == ''}{/if} {$type_details.title} ({t}Total{/t}: {$type_details.total}; {t}Left{/t}: {$type_details.total-$type_details.redeemed})
{if $res|default:'' != ''} {if not $core.current_user_prefs.close_popup_windows} {t}Continue{/t} {/if} {/if}
{/block}