## -*- 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} призывает ${ u"тебя" if target.type != 'mail' else (u'рассылку ' + target.short_title) } в комментарии <%def name="content()">

${common.yauser(initiator)} просит ${ u"тебя" if target.type != 'mail' else u'вас'} ответить на ${u'запись' if post.comment_id == 0 else u'комментарий'} ${ common.in_feed(post.feed, initiator)}

${common.comment_quote(post)} ${styles.button(u'Вступить в дискуссию', post.url)}