{% extends 'site_base.html' %} {% load activity_tags social_tags i18n %} {% block extra_head %} {% endblock %} {% block title %}{% ifequal request.user actor %}My Activity feed{% else %}{{ actor }}'s Activity Feed{% endifequal %}{% endblock %} {% block content_title %}{% ifequal request.user actor %}My Activity feed{% else %}{{ actor }}'s Activity Feed{% endifequal %}{% endblock %} {% comment %} {% block navlinks %}
  • RSS
  • ATOM
  • {% endblock %} {% endcomment %} {% block body %}

    Activity Feed for {{ actor }}

    {% for action in action_list %} {% activity_item action %} {% empty %}
    {% trans "No actions yet" %}
    {% endfor %}
    {% endblock %}