{include file="header.tpl.html" extra_title="Redeem Incident - Issue#$issue_id"}
{if $res != ''} {/if}
{if $res != ''} {if $res == -1} There was an error marking this issue as redeemed {elseif $res == -2} This issue already has been marked as redeemed {elseif $res == 1} Thank you, the issue was successfully marked. {/if} {else} Please choose the incident types to redeem for this issue. {/if}
{foreach from=$incident_details item=type_details key=type_id} {cycle values=$cycle assign="row_color"} {/foreach} {if $res == ''} {/if}
{if $res == ''}{/if} {$type_details.title} (Total: {$type_details.total}; Left: {$type_details.total-$type_details.redeemed})
{if not $current_user_prefs.close_popup_windows} Continue {/if}
{include file="footer.tpl.html"}