<%inherit file="/template.html" /> <%namespace name="components" file="/components.html"/> <%def name="title()">${_("New Instance")|n} <%def name="breadcrumbs()"> ${h.site.name()} » ${_("New Instance")} <%block name="headline">

${_("Create new instance")}

<%block name="main_content">
${h.field_token()|n}
${_("Instance name")}
${_("Instance URL")}

${_("The address may only contain alpha-numeric characters. " "Please note that this key cannot be changed after the instance " "has been created.")|n}

${c.url_pre}${c.url_post}
${_("Description")}

${_("Describe what the goals of this instance are and who constitutes " "its community.")} ${_("(Both Markdown and HTML are allowed here.)") if h.text.getconf_allow_user_html() else ""}

${components.formatting()}
${components.savebox(h.base_url("/instance"))}