{% extends 'base.html' %}
{% block content %}
| Type | Actor | When | Description |
|---|---|---|---|
| {{ activity.type }} |
{% for actor in activity.actor.all %}
{{ actor.name }} {% endfor %} |
{{ activity.when|date }} | {{ activity.description }} |