{% extends 'base.html' %} {% block title %}activity stream{% endblock title %} {% block content %}
{{ action.actor }} {{ action.verb }} {{ action.target }} {{ action.timesince }} ago {% if action.target and action.target.category %} in {{ action.target.category.name }} {% endif %}