<#include "/admin/util/editor/editor.html" /> <#assign boxtitle>#i18n{${emailLabel}} <@row> <@columns> <@box color='success'> <@boxHeader title=boxtitle> <@item_navigation item_navigator=item_navigator /> <@boxBody> <@tform action='jsp/admin/user/DoModifyAccountLifeTimeEmails.jsp'> <@input type='hidden' name='token' value='${token}' /> <@input type='hidden' name='email_type' value='${email_type}' /> <@formGroup labelFor='email_sender' labelKey='${i18n("portal.users.accountLifeTime.labelSenderEmail")}' mandatory=true rows=2> <@input type='text' name='email_sender' id='email_sender' value="${email_sender!}" /> <@formGroup labelFor='email_subject' labelKey='${i18n("portal.users.accountLifeTime.labelSubjectEmail")}' mandatory=true rows=2> <@input type='text' name='email_subject' id='email_subject' value="${email_subject!}" /> <@formGroup labelFor='email_body' labelKey='${i18n("portal.users.accountLifeTime.labelBodyEmail")}' mandatory=true rows=2> <@input type='textarea' name='email_body' richtext=true id='email_body' value="${email_body!}" /> <@row> <@columns sm=9 offsetSm=3 md=3 offsetMd=3>

#i18n{portal.users.accountLifeTime.labelParameters}

<@ul> <#if email_type != "reactivated" && email_type != "expired" && email_type != "password_expired" >
  • ${r"${url}"} : #i18n{portal.users.accountLifeTime.labelUrl}
  • ${r"${first_name}"} : #i18n{portal.users.accountLifeTime.labelFirstName}
  • ${r"${last_name}"} : #i18n{portal.users.accountLifeTime.labelLastName}
  • <#if email_type != "password_expired" >
  • ${r"${date_valid}"} : #i18n{portal.users.accountLifeTime.labelDateValid}
  • <@row> <@columns sm=9 offsetSm=3 md=3 offsetMd=3> <@button type='submit' style='btn-block' buttonIcon='check' title='#i18n{portal.users.modify_user.buttonLabelModify}' /> <@initEditor />