<#include "action_bar.html" /> <#include "view_customer_tabs.html" /> <#include "demands_utils.html" /> <@actionMenu panels=panels customer=customer />
<@customerDetails customer=customer />
<@tabs tab="demands" customer=customer />
<#if demands_list?size > 0 >
<#if creation_date_as_date > <#else> <#list demands_list as demand>
#i18n{gru.view_customer_demand.demand.panel.list.reference}#i18n{gru.view_customer_demand.demand.panel.list.create}#i18n{gru.view_customer_demand.demand.panel.list.open.since} #i18n{gru.view_customer_demand.demand.panel.list.status.agent} #i18n{gru.view_customer_demand.demand.panel.list.demand.type}
${demand.reference} <#if creation_date_as_date > ${demand.creationDate?number_to_datetime?string["dd/MM/yyyy"]}
${demand.creationDate?number_to_datetime?string["HH:mm"]} <#else> ${displayTimeOpenedTicket2(demand)}
${demand.agentStatus!} ${demand.title}
<@paginationAdmin paginator=paginator combo=1 />
<#else>

#i18n{gru.view_customer_demand.no.content}

No content