<%inherit file="/template.html" /> <%namespace name="tiles_html" file="/milestone/tiles.html"/> <%namespace name="components" file="/components.html"/> <%namespace name="forms" file="/forms.html"/> <%def name="title()">${_("Edit %s") % c.milestone.title|n} <%def name="breadcrumbs()"> ${h.milestone.breadcrumbs(c.milestone)|n} » ${_("Edit")} <%block name="main_content">

${_("Edit milestone")}

${h.field_token()|n}
${_("Give a brief description of the milestone.")|n}
${components.formatting()}
${_("Please use the DD.MM.YYYY format.")}

%if c.categories: %endif %if h.config.get_bool('adhocracy.milestone.allow_show_all_proposals'): ${forms.checkbox(_(u"Show all proposals"), 'show_all_proposals', help=_(u"Show all open proposals if milestone is in the future."))} %endif
${components.form_watch(c.milestone)}
${components.savebox(h.entity_url(c.milestone))}