{% extends "user/edit_base.html" %} {% set user = g.userobj %} {% block breadcrumb_content %}
  • {{ _('Dashboard') }}
  • {% endblock %} {% block secondary %}{% endblock %} {% block primary %}
    {% block page_header %} {% endblock %}
    {% if self.page_primary_action() | trim %}
    {% block page_primary_action %}{% endblock %}
    {% endif %} {% block primary_content_inner %}
    {% snippet 'user/snippets/followee_dropdown.html', context=dashboard_activity_stream_context, followees=followee_list %}

    {% block page_heading %} {{ _('News feed') }} {% endblock %} {{ _("Activity from items that I'm following") }}

    {% block activity_stream %} {{ dashboard_activity_stream|safe }} {% endblock %}
    {% endblock %}
    {% endblock %}