<#include "ReflexUtils.ftl"> <#include "HfRpConfig.ftl"> <#include "ActorPrefix.ftl"> [ <#list reflexStockPicturesInterface.detailled_stock_list as stock> { "Header": { "ProjectID": "${projectRP}" }, "ID": { "RefID": "${RFXtoRPprefixDepot(stock.physical_depot_code)}" }, "Payload": { <#assign generation_date = RfxDateTimetoUTCWithTimezone(stock.generation_date,time_zone_rfx) /> "Snapshot": { "EndDateTime": { "DateTime": "${generation_date}", "AuthorTimeZone": "${time_zone_rfx}" }, "ID": "${stock.physical_depot_code}-${idSnapshot}", "MessageNb": ${sum_elt} } } } <#break> ]