{% load friendly_loader %} {% friendly_load avatar_tags %} {% friendly_load relationship_tags %} {% friendly_load activity_tags %} {% load i18n %}

{{ profile.title }} {% if user.is_authenticated %} {% if profile.o.user.email %}{% endif %} {% endif %}

{% if profile.o.organization %}{{ profile.o.organization }} {% else %}No Group {% endif %}

{% if profile.o.profile %}{{ profile.o.profile }}{% endif %}

{% if request.user != profile.o.user %} {% if_has_tag if_relationship %} {% include "relationships/_profile_follow.html" %} {% endif_has_tag %} {% endif %} {% if_has_tag actor_url %}

{% trans "My Activities" %}

{% endif_has_tag %}