#include "/admin/util/editor/editor.html" /> <#escape x as x?html>
#i18n{document.modify_document.labelDocumentTitle}* : #i18n{document.modify_document.helpDocumentTitle}
#i18n{document.modify_document.labelDocumentSummary}* : ${document.summary} #i18n{document.modify_document.helpDocumentSummary}
#i18n{document.modify_document.labelDocumentComment} : ${document.comment} #i18n{document.modify_document.helpDocumentComment}
#i18n{document.modify_document.labelDocumentPageTemplate} :
#i18n{document.modify_document.labelDocumentValidityBegin} : #i18n{document.modify_document.labelDocumentValidityEnd} :
<#assign checked = "" /> <#if accept_site_comments = 1 > <#assign checked >checked="checked"#assign> #if> #i18n{document.modify_document.labelDocumentCommentable} <#assign checked = "" /> <#if is_moderated_comment = 1 > <#assign checked >checked="checked"#assign> #if> #i18n{document.modify_document.labelCommentIsModerated} <#if mailinglists_list?has_content> <#assign checked = "" /> <#if is_email_notified_comment = 1 > <#assign checked >checked="checked"#assign> #if> <@combo name="mailinglists" default_value="${document.mailingListId}" items=mailinglists_list /> #i18n{document.modify_document.labelCommentIsEmailNotified} <#else> #i18n{document.modify_document.messageNotificationListNotExist} #if>