{% if notification.reverse is True %}
{% if user == notification.target %}
you{% else %}
{{ notification.target }}{% endif %} {{ notification.verb }}
{{ notification.subject }}
{% else %}
{{ notification.subject }} {{ notification.verb }}
{% if user == notification.target %}
you{% else %}
{{ notification.target }}{% endif %}
{% endif %}
{{ notification.get_date }}