{include file="header.html"}

{$layout.pagetitle}

{cycle values="light,lucid" print=false} {section name=daylist loop=$daylist} {if $counter%2 && $counter!=0}{cycle print=false}{/if} {assign var=counter value=0} {section name=eventlist loop=$eventlist} {if $eventlist[eventlist].date == $daylist[daylist]} {math equation="x+1" x=$counter assign=counter} {/if} {/section} {sectionelse} {/section}
{trans("Time:")} {trans("Title:")}
{trans("Description:")}
{trans("User:")} {trans("Customer:")}
{$daylist[daylist]|date_format:"%A"} ({$daylist[daylist]|date_format:"%x"}) {trans("Print")} {trans("Add Event")}
{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].title}
{$eventlist[eventlist].description}
{foreach item=user from=$eventlist[eventlist].userlist} {$user.name|truncate:"25":"..."}
{/foreach}
{if $eventlist[eventlist].customername} {$eventlist[eventlist].customername|truncate:"40":"..."} {/if} {if $eventlist[eventlist].closed} [ {trans( {else} [ {trans( {/if}  [ {trans( [ {trans(

 

{trans("No such events matching search criteria.")}

 

{include file="footer.html"}