{* +--------------------------------------------------------------------+ | 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 | +--------------------------------------------------------------------+ *} {* Displays participant listing for an event. *} {if $rows} {include file="CRM/common/pager.tpl" location="top"} {foreach from=$headers item=header} {/foreach} {foreach from=$rows item=row} {/foreach}
{if $header.sort} {assign var='key' value=$header.sort} {$sort->_response.$key.link} {else} {$header.name} {/if}
{$row.name}
{include file="CRM/common/pager.tpl" location="bottom"} {else}
{ts}There are currently no participants registered for this event.{/ts}
{/if}