{assign var=title value="Events List"} {include file="admin/header.inc.html"}

{$title}

{foreach from=$pl item=p} {if $p.is_event} {/if}{/foreach}
# #/Title Price Date Registrations Actions
{$p.product_id} {$p.title} {$p.price} {$p.start_date|date_format:$config.date_format} {if $p.expire_days ne $p.start_date} - {$p.expire_days|date_format:$config.date_format}{/if} {if $p.event_location ne ""} ({$p.event_location}){/if} {$p.regs_total} total / {$p.regs_completed} paid {if $p.event_subscribers_limit}from {$p.event_subscribers_limit} allowed{/if} Edit Delete

Add New Event {include file="admin/footer.inc.html"}