## -*- coding: utf-8 -*- <%namespace name="common" file="common.block.html"/> <%namespace name="styles" file="../styles.block.html"/> ${ common.layout(title, content ) } <%def name="title()">${initiator.title} invites ${ u"you" if target.type != 'mail' else (target.short_title + 'maillist') } to discussion%def> <%def name="content()">
${common.yauser(initiator)} asks you to reply to this ${u'entry' if post.comment_id == 0 else 'comment'} ${ common.in_feed(post.feed, initiator)}
${common.comment_quote(post)} ${styles.button(u'Join the discussion', post.url)} %def>