{assign var="title" value=$p.title} {include file='header.html'}
{include file="error.inc.html"}
{$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.description}
{if $member_already_subscribed}
You are already registered for this event
{elseif ($p.event_subscribers_limit > 0 ) && ($p.regs_completed >= $p.event_subscribers_limit)}
{* Nothing to show here because all registrations are sold out *}
{else}
If you do not have an account on our website, you can
Register for this Event here.
If you already have an account on our website, please register using
Quick Registration Page
{/if}