{% link_for _('Edit settings'), controller='user', action='edit', id=user.name, class_='btn', icon='cog' %}
{% if self.page_primary_action() | trim %}
{% block page_primary_action %}{% endblock %}
{% endif %}
{% block primary_content_inner %}
{% snippet 'user/snippets/followee_dropdown.html', context=c.dashboard_activity_stream_context, followees=c.followee_list %}
{% endblock %}