{% if notice.actor.first_name and notice.actor.last_name %} {{ notice.actor.first_name}} {{ notice.actor.last_name }} {% else %} {# {{ notice.actor }}#} {% endif %} {{ notice.verb }} {% if notice.target %} {{ notice.target }} {% endif %}

{{ notice.created|timesince }} ago
{% if notice.description %}

{{ notice.description|linebreaksbr }}

{% endif %} {% if notice.target %} Go to {{notice.target_content_type}} {% endif %}