{math equation="floor(x/100)" x=$eventlist[eventlist].begintime format="%02d"}:{math equation="x % 100" x=$eventlist[eventlist].begintime format="%02d"}
{if $eventlist[eventlist].begintime != $eventlist[eventlist].endtime}
- {math equation="floor(x/100)" x=$eventlist[eventlist].endtime format="%02d"}:{math equation="x % 100" x=$eventlist[eventlist].endtime format="%02d"}
{/if}
{$eventlist[eventlist].username|truncate:"25":"...":true}
|
{$_EVENTTYPES[$eventlist[eventlist].type]}
|
{$eventlist[eventlist].title}
{$eventlist[eventlist].description}
|
{foreach item=user from=$eventlist[eventlist].userlist}
{$user.name|truncate:"25":"...":true}
{/foreach}
|
{if $eventlist[eventlist].customername}
{$eventlist[eventlist].customername|truncate:"30":"...":true}
{if isset($eventlist[eventlist].location)}
{$eventlist[eventlist].location}
{else}
{$eventlist[eventlist].customerlocation}
{/if}
{/if}
|
{if $eventlist[eventlist].closed}
{else}
{/if}
|
{/if}
{/section}