{if isset($reopenedRateIndicator2_jqplotData)}

{t}Resolved bugs must be validated. This shows how many bugs have been Rejected or Accepted during the validation stage. Bugs in 'resolved' status (not yet validated) are excluded.{/t}

{t}% Validated{/t}
{t}Displays the percent of bugs having successfully pass the validation tests{/t}

{t}Formula{/t} : {t}status changed from 'resolved' to any higher status (and still in this state at the end of the period).{/t}

{t}% Rejected{/t}
{t}Displays the percent of bugs having failed the validation tests{/t}

{t}Formula{/t} : {t}status changed from 'resolved (or higher) to any lower status (and still unresolved at the end of the period){/t}

{foreach from=$reopenedRateIndicator2_tableData key=id item=i} {/foreach}
{t}Date{/t} {t}Nb Fail{/t} {t}Nb Pass{/t}
{$id} {$i.nbReopened} {$i.nbValidated}
{else} {t}No data.{/t} {/if}