|
${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_validated>
#i18n{appointment.message.labelStatusValidated}
<#elseif appointment.status = status_rejected>
#i18n{appointment.message.labelStatusRejected}
<#else>
#i18n{appointment.message.labelStatusNotValidated}
#if>
|
<#if rightModify?? && rightModify>
#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 rightChangeStatus>
<#if appointment.status != status_validated>
#if>
<#if appointment.status != status_rejected>
#if>
#if>
<#if rightDelete?? && rightDelete>
#if>
|
#list>