{* +--------------------------------------------------------------------+ | Copyright CiviCRM LLC. All rights reserved. | | | | This work is published under the GNU AGPLv3 license with some | | permitted exceptions and without any warranty. For full license | | and copyright information, see https://civicrm.org/licensing | +--------------------------------------------------------------------+ *} {crmRegion name="crm-event-userdashboard-pre"} {/crmRegion}
{if $event_rows} {strip}
{ts}Click on the event name for more information.{/ts}
{counter start=0 skip=1 print=false} {foreach from=$event_rows item=row} {/foreach}
{ts}Event{/ts} {ts}Event Date(s){/ts} {ts}Status{/ts}
{$row.event_title} {$row.event_start_date|crmDate} {if $row.event_end_date}   -   {* Only show end time if end date = start date *} {if $row.event_end_date|date_format:"%Y%m%d" == $row.event_start_date|date_format:"%Y%m%d"} {$row.event_end_date|crmDate:0:1} {else} {$row.event_end_date|crmDate} {/if} {/if} {$row.participant_status} {if !empty($row.showConfirmUrl)} {ts}Confirm Registration{/ts} {/if}
{/strip} {else}
{icon icon="fa-info-circle"}{/icon} {ts}You are not registered for any current or upcoming Events.{/ts}
{/if}
{crmRegion name="crm-event-userdashboard-post"} {/crmRegion}