<%inherit file="/template.html" /> <%namespace name="components" file="/components.html"/> <%def name="title()">${_('Edit')|n} <%block name="main_content">

${_('Edit %(key)s (%(langname)s)') % {'key': c.staticpage.key, 'langname': h.staticpage.get_lang_info(c.staticpage.lang)['name']}}

${h.field_token()|n} ${components.freetext('body', _('Content of the page'))}
${_('Back to the list')}