<#include "html.head.ftl">

Dear ${order.name},
Your order ${order.description} is ${order.status!}.


In order to retrieve the ordered files, use the following command :
wget --auth-no-challenge --http-user=${user.identifier!} --http-password=[password] -i ${order.resourceCollection[0]!}

<#include "mail.bottom.ftl">