|
${appointment.lastName} |
${appointment.firstName} |
${appointment.email} |
${appointment.dateAppointment}
#i18n{appointment.manage_appointment_calendar.labelFrom} ${appointment.startAppointment?time?string["HH:mm"]} #i18n{appointment.manage_appointment_calendar.labelTo} ${appointment.endAppointment?time?string["HH:mm"]}
|
<#if appointment.idAdminUser > 0> <#list
list_admin_users as refItemAdmin> <#if refItemAdmin.code ==
appointment.idAdminUser?string> ${refItemAdmin.name} <#break>
#if> #list> #if> |
<#if appointment.status == status_reserved>
#i18n{appointment.message.labelStatusReserved} <#elseif
appointment.status = status_unreserved>
#i18n{appointment.message.labelStatusUnreserved} <#else>
#i18n{appointment.message.labelStatusReserved} #if>
|
<#if appointment.state?? && appointment.state.name??>
${appointment.state.name!}
#if>
|
<#if rightModify?? && rightModify && appointment.status == status_reserved>
#if> <#if rightView?? && rightView>
#if> <#if appointment.listWorkflowActions?? &&
appointment.listWorkflowActions?size > 0> <#list
appointment.listWorkflowActions as action>
width="${action.icon.width}" #if><#if
action.icon.height!=-1> height="${action.icon.height}"#if>
title="${action.name}" alt="${action.name}" />
#list> #if> <#if activateWorkflow == "true" > <#if
rightChangeStatus> <#if appointment.status != status_reserved>
#if> <#if appointment.status != status_unreserved>
#if> #if> #if> <#if rightDelete?? && rightDelete>
#if>
|
#list>