${portal_domain}
${preview}
${alert}
#i18n{document.page_send_document.labelInformation}
<#assign style_email = "" , style_last_name = "", style_first_name = "", style_recipient_email = "" >
#i18n{document.page_send_document.labelEmail} * :
<#if visitor_email = ""> <#assign style_email = "mandatory"> #if>
#i18n{document.page_send_document.labelName} * :
<#if visitor_last_name = ""> <#assign style_last_name = "mandatory"> #if>
#i18n{document.page_send_document.labelFirstName} * :
<#if visitor_first_name = ""> <#assign style_first_name = "mandatory"> #if>
#i18n{document.page_send_document.labelRecipient} * :
<#if recipient_email = ""> <#assign style_recipient_email = "mandatory"> #if>
#i18n{document.page_send_document.labelComment} :
${comment}
>> #i18n{document.page_send_document.labelClose}