{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} {/section}
{trans("Time:")}
{trans("Created by:")}
{trans("Title:")}
{trans("Description:")}
{trans("User:")} {trans("Customer:")}
«««  {section name=days loop=$days.day} {if !$days.dow[days]}{/if} {if $days.sel[days]}*{/if}{$days.day[days]|string_format:"%d"}{if $days.sel[days]}*{/if} {if !$days.dow[days]}{/if} {/section} »»» 
{trans("Filter:")} {trans("User:")}   {trans("Customer:")} {trans("Month:")} {trans("Year:")}
{$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].username|truncate:"25":"...":true}
{$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} {if $eventlist[eventlist].closed} [ {trans( {else} [ {trans( {/if} [ {trans(  [ {trans(

{include file="footer.html"}