{include file="header.tpl.html" extra_title="Redeem Incident - Issue#$issue_id"}
{if $res != ''} {/if}
{if $res != ''} {if $res == -1} {t}There was an error marking this issue as redeemed{/t} {elseif $res == -2} {t}This issue already has been marked as redeemed{/t} {elseif $res == 1} {t}Thank you, the issue was successfully marked.{/t} {/if} {else} {t}Please choose the incident types to redeem for this issue.{/t} {/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} ({t}Total{/t}: {$type_details.total}; {t}Left{/t}: {$type_details.total-$type_details.redeemed})
{if not $current_user_prefs.close_popup_windows} {t}Continue{/t} {/if}
{include file="footer.tpl.html"}