{% extends 'email/base.html' %}
{% import 'email/macro.html' as macro %}
{% block body %}
В рассказе {{ macro.storylink(story.id, story.title) }} добавлен новый комментарий:
{% call macro.comment(comment) %}
#{{ comment.local_id }}
{%- if comment.bl.can_answer_by(parent.author) %}
Ответить
{%- endif %}
{% endcall %}
{%- endblock %}