<#-- Theses Java objects can be used in this template : - form_html : the HTML code of the form - form : the form object - form_inactive : the message when the form is not active -->
<#if is_draft_saved>

#i18n{form.xpage.form.draftSaved}

<#if form_has_errors>

#i18n{form.xpage.form.hasErrors}

<#if !form_inactive?has_content> ${form_html!} <#else> ${form_inactive}