<#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.demand.type}
${demand.reference} <#if creation_date_as_date > <#assign time_ms = .now?long - demand.creationDate> ${time_ms?number_to_datetime?string["dd/MM/yyyy HH:mm"]} <#else> ${displayTimeOpenedTicket2(demand)} ${demand.title}
<#else>

#i18n{gru.view_customer_demand.no.content}

No content