diff --git a/templates/CRM/Event/Form/Selector.tpl b/templates/CRM/Event/Form/Selector.tpl
index 0bc5b77e0799..cb900fc5e516 100644
--- a/templates/CRM/Event/Form/Selector.tpl
+++ b/templates/CRM/Event/Form/Selector.tpl
@@ -46,17 +46,17 @@
{$row.event_title|smarty:nodefaults|purify}
{if !empty($contactId)} ({ts}participants{/ts}){/if}
|
- {assign var="participant_id" value=$row.participant_id}
- {if $lineItems.$participant_id}
-
+ |
+ {assign var="participant_id" value=$row.participant_id}
+ {if $lineItems.$participant_id}
{foreach from=$lineItems.$participant_id item=line name=lineItemsIter}
- {if $line.html_type eq 'Text'}{$line.label}{else}{$line.field_title} - {$line.label}{/if}: {$line.qty}
- {if ! $smarty.foreach.lineItemsIter.last} {/if}
+ {if $line.html_type eq 'Text'}{$line.label}{else}{$line.field_title} - {$line.label}{/if}: {$line.qty}
+ {if ! $smarty.foreach.lineItemsIter.last} {/if}
{/foreach}
- |
- {else}
- {if !$row.paid && (!array_key_exists('participant_fee_level', $row) || !$row.participant_fee_level)} {ts}(no fee){/ts}{elseif array_key_exists('participant_fee_level', $row)}{$row.participant_fee_level}{/if} |
- {/if}
+ {else}
+ {if !$row.paid && (!array_key_exists('participant_fee_level', $row) || !$row.participant_fee_level)} {ts}(no fee){/ts}{elseif array_key_exists('participant_fee_level', $row)}{$row.participant_fee_level}{/if}
+ {/if}
+
| {if array_key_exists('participant_fee_amount', $row)}{$row.participant_fee_amount|crmMoney:$row.participant_fee_currency}{/if} |
{$row.participant_register_date|truncate:10:''|crmDate} |
{$row.event_start_date|truncate:10:''|crmDate}
|