{% extends 'email/base.html' %} {% import 'email/macro.html' as macro %} {% block body %} В рассказе {{ macro.storylink(story.id, story.title) }} {% if chapters|length > 1 -%} {{ ngettext('%(num)d chapter was published', '%(num)d chapters were published', chapters|length) }} {%- else -%} была опубликована глава {%- endif -%}:

{% endblock %}