{% load activity_tags %}

{{ activity.type|capfirst }}

{{ activity.type|capfirst }}

{{ activity.timestamp|date:"m.d.y h:iA e" }}

{% if activity.private %}

{{ activity.visibility }}

{% endif %}

{{ activity|display_author:request.user }} {% if submission_title %} updated {{ activity.submission.title }} {% endif %} - {{ activity.message }} {% 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 %}