{* +--------------------------------------------------------------------+ | 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 | +--------------------------------------------------------------------+ *} {crmURL p='civicrm/admin/event' q="reset=1&list=1&gData=1"} {ts}CiviEvent Public Calendar{/ts} {ts}Listing of current and upcoming public events.{/ts} CiviCRM {foreach from=$events key=uid item=event} {$event.title} {if $event.description} {$event.description} {/if} {if $event.contact_email} {$event.contact_email} {/if} {if $event.is_show_location EQ 1 && $event.location} {/if} {if $event.start_date} {/if} {/foreach}