{assign var=title value="Events List"} {include file="admin/header.inc.html"}
# | #/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 |