{% extends "email/created_content.html" %} {% load i18n %} {% block subject %} {% with instance.owner.title as owner %} {% with instance.root_content.model_name as content_type%} {% blocktrans %}{{ owner }} commented a {{ content_type }}.{% endblocktrans %} {% endwith %} {% endwith %} {% endblock %} {% block content %}
{% blocktrans %}Hi,{% endblocktrans %}
{% blocktrans %} {{ owner }} commented on . {% endblocktrans %}
{% blocktrans %}{{ owner }} wrote:{% endblocktrans %}
{{ title_or_description }}{% blocktrans %} To view this content and comment it, visit {{ content_title_or_description }}. {% endblocktrans %}
{% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endblock %}