{# {% extends "email/basemail.txt" %} #}
{% load i18n %}
{% with instance.owner.title as owner %}{% with instance.model_name as content_type%}
{% with instance.title as title %}{% with instance.get_absolute_url as absolute_url %}
{% blocktrans with instance.owner.title as owner and instance.root_content.owner.title as content_owner and instance.root_content.model_name as content_type %}Subject: {{ owner }} commented {{ content_owner }}'s contenu
{% endblocktrans %}

{% blocktrans %}Hi,{% endblocktrans %}

{% blocktrans %}
    We're happy to tell you that {{ owner }} published a new {{ content_type }}:
{% endblocktrans %}
    {{ title }}
{% blocktrans %}
  You can click here to view and comment it: {{ domain }}{{ absolute_url }}
{% endblocktrans %}

{% blocktrans %}
  --
  Greetings from twistranet
{% endblocktrans %}


{% endwith %}
{% endwith %}
{% endwith %}
{% endwith %}
