<tr class="{cycle values="odd-row,even-row"}">
<td><label>{$recurRows.$id.amount|crmMoney}</label> every {$recurRows.$id.frequency_interval} {$recurRows.$id.frequency_unit} for {$recurRows.$id.installments} installments</td>
<td>{$recurRows.$id.recur_status}</td>
- <td>{if $recurRows.$id.completed}<a href="{$recurRows.$id.link}">{$recurRows.$id.completed}/{$recurRows.$id.installments}</a>
- {else}0/{$recurRows.$id.installments} {/if}</td>
+ <td>
+ {if $recurRows.$id.completed}
+ {$recurRows.$id.completed}
+ {else}
+ 0
+ {/if}
+ /
+ {if $recurRows.$id.installments}
+ {$recurRows.$id.installments}
+ {else}
+ ∞
+ {/if}
+ </td>
<td>{$recurRows.$id.create_date|crmDate}</td>
<td>
<a href="{crmURL p="civicrm/contribute/updatebilling"