<%inherit file="/template.html" /> <%def name="title()">${_('Static Pages')} <%block name="main_content">

${_('Static Pages')}

%for sp in c.static_pages: %endfor
${_('Key')}${_('Language')}
${sp.key} ${h.staticpage.get_lang_info(sp.lang)['name']}
${_('Create new page')}