{assign var="title" value="Events List"} {include file='header.html'}
{include file="error.inc.html"} {foreach from=$pl item=p}
{$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|strip_tags|truncate:100}