{% extends CYCLOPE_DEFAULT_TEMPLATE %} {% load activity_tags i18n %} {% block extra_head %} {% endblock %} {% block title %}{% ifequal request.user actor %}Your feed{% else %}{{ actor }}{% endifequal %}{% endblock %} {% block content_title %}{% ifequal request.user actor %}Your feed{% else %}{{ actor }}{% endifequal %}{% endblock %} {% block navlinks %}
  • RSS
  • ATOM
  • {% ifequal request.user actor %}{% else %}
  • {% trans "FOLLOW" %}
  • {% endifequal %} {% endblock %} {% block content %} {% if request.user.is_authenticated %}

    {% trans "View my actions" %}

    {% endif %} {% include "social/actions_list.html" with object_list=action_list host_template="cyclope/inline_view.html" %} {% endblock %}