Back to Calendar

{$item->title|htmlspecialchars}

{html_image_fs name=$item->image method=$item->config.image.resizeMethod alt=$item->title title=$item->title}

{if $item->registrationAllowed} {elseif constant('App\Event\Entity::TYPE_REGISTRATION') === $item->type} {/if}
Date: {date_range start=$item->startDate end=$item->endDate monthFormat='%B '}
Time: {if $item->timeRanges}
    {foreach from=$item->timeRanges item='range' name='ranges'}
  • {if $smarty.foreach.ranges.total > 1}Day {$smarty.foreach.ranges.iteration}: {/if}{time_range start=$range.startTime end=$range.endTime showZeroMinutes=true showLastAmPmOnly=false}
  • {/foreach}
{/if}
Location: {if $item->mapUrl} {$item->location|htmlspecialchars} {else} {$item->location|htmlspecialchars} {/if}
Pricing: {if $item->allowNonMembers && $item->allowMembers}
Members: ${$item->memberPrice|money}
Nonmembers: ${$item->nonmemberPrice|money}
{else} {if $item->allowNonMembers}
${$item->nonmemberPrice|money}
{/if} {if $item->allowMembers}
${$item->memberPrice|money}
{/if} {/if}
This event is now closed for online registration
{if $item->description}
{$item->description}
{/if} {if $item->registrationAllowed}

Online Event Registration

{* LOGIN BLOCK *} {if $item->loginBlock}
{if $item->allowMembers && !$item->userLoggedIn}

Log in to receive the member rate for this event

{/if} {$item->loginBlock.formHtml}

{if constant('App\Event\Entity::TYPE_REGISTRATION') === $item->type} {if !$item->userLoggedIn}

If you aren't already a member, please register below or sign up to become a member

{/if} Register as Nonmember {/if} {if $item->loginBlock.registerUrl}
Become a Member{/if}
{/if}
{* SIGNUP FORM *} {if $item->signupFormHtml}{$item->signupFormHtml}{/if}
{/if}