## -*- coding: utf-8 -*- <%namespace name="common" file="common.block.html"/> <%namespace name="styles" file="../styles.block.html"/> ${ common.layout(title, content ) } <%def name="title()">An entry needs approval%def> <%def name="content()">
${common.yauser(initiator)} wrote an entry in the club ${common.yauser(post.feed)}:
${ common.post_quote(post) } ${styles.button(u'Open the entry', post.url)} %def>