[{Code

<mak:list from="copmany.Employee e" where="e.department.company=$company" orderBy="e.department, e.surname">
    <mak:value expr="e.department"/> - <mak:value expr="e.surname"/>, <mak:value expr="e.name"/> 
    <mak:if test="e.birthdate <> nil">
        (born on <mak:value expr="e.birthdate" />)
    </mak:if>
</mak:list>

}]
