{% extends 'actstream/base.html' %} {% load activity_tags i18n %} {% block extra_head %} {% endblock %} {% block title %}{% if user == actor %}Your feed{% else %}{{ actor }}{% endif %}{% endblock %} {% block content_title %}{% if user == actor %}Your feed{% else %}{{ actor }}{% endif %}{% endblock %} {% block navlinks %}
  • RSS
  • ATOM
  • {% if user == actor %}{% else %}
  • {% trans "FOLLOW" %}
  • {% endif %} {% endblock %} {% block content %} {% if user.is_authenticated %}

    {% trans "View my actions" %}

    {% endif %} {% endblock %}