{% extends "email/basemail.html" %} {% load i18n %} {% block subject %} {% with instance.owner.title as owner %} {% with instance.publisher.title as published_on%} {% blocktrans %}{{ owner }} published on {{ published_on }}'s wall{% endblocktrans %} {% endwith %} {% endwith %} {% endblock %} {% block content %} {% with instance.owner.title as owner %} {% with instance.publisher.title as published_on%} {% with instance.title_or_description as title_or_description %} {% with instance.get_absolute_url as absolute_url %}

{% blocktrans %}{{ owner }} published on {{ published_on }}'s wall{% endblocktrans %}

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

{% blocktrans %} {{ owner }} published on {{ published_on }}'s wall : {% endblocktrans %}

{{ title_or_description }}

{% blocktrans %} To view this content and comment it, visit {{ site_name }}. {% endblocktrans %}

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