<th></th>
</tr>
{foreach from=$recurRows item=row key=id}
- <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}
- {$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"
- q="reset=1&crid=`$recurRows.$id.id`"}">
- Edit
- </a>
- </td>
+ <tr class="{cycle values="odd-row,even-row"}">
+ <td>
+ <label>{$recurRows.$id.amount|crmMoney}</label>
+ every {$recurRows.$id.frequency_interval}
+ {$recurRows.$id.frequency_unit}
+ {if $recurRows.$id.installments }
+ for {$recurRows.$id.installments} installments
+ {/if}
+ </td>
+ <td>{$recurRows.$id.recur_status}</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"
+ q="reset=1&crid=`$recurRows.$id.id`"}">
+ Edit
+ </a>
+ </td>
</tr>
{/foreach}
</table>