{% load activity_tags %}

{{ activity.type|capfirst }}

{{ activity.type|capfirst }}

{{ activity|display_author:request.user }} – {{ activity.timestamp|date:"Y-m-d H:i" }}

{% if activity.private %}

{{ activity.visibility }}

{% endif %}

{% if submission_title %} updated {{ activity.submission.title }} {% endif %} {{ activity.message|linebreaksbr }} {% if not submission_title and activity|user_can_see_related:request.user %} {% with url=activity.related_object.get_absolute_url %} {% if url %} {% endif %} {% endwith %} {% endif %}