{% extends "people/profile_base.html" %} {% load static %} {% load friendly_loader %} {% friendly_load i18n avatar_tags relationship_tags activity_tags %} {% load pagination_tags %} {% block title %} {% trans "Profile of " %}{{ profile.name|default_if_none:profile.user.username }}{% endblock %} {% block body_class %}people people-list explore{% endblock %} {% block body %}
{% avatar profile.user 140 %} {% if_has_tag actor_url %}

{% trans "My Activities" %}

{% endif_has_tag %}

{{ profile.name|default_if_none:profile.user.username }}

{{ profile.user.username }}
{% if profile.position %}{{ profile.position }}{% endif %} {{ profile.organization|default_if_none:"Organization N/A" }} {% if profile.profile %}
{{ profile.profile }}{% endif %}
{% if profile.profile %}{{ profile.delivery }}
{% endif %} {% if profile.profile %}{{ profile.zipcode }} {% endif %} {{ profile.city|default_if_none:"Location N/A" }} {% if profile.area %}{{ profile.area }}{% endif %} {% if profile.country %}
{{ profile.country|default_if_none:"not available" }}{% endif %}
{% if user.is_authenticated %} {% if profile.voice %}
{{ profile.voice }}
{% endif %} {% if profile.fax %}
{{ profile.fax }}
{% endif %} {% endif %}
{% for tag in profile.keywords.all %} {{ tag.name }} {% endfor %}
{% if user == profile.user %} {% if_has_tag if_relationship %} {% include "relationships/_manage_connections.html" %} {% endif_has_tag %} {% else %} {% if_has_tag if_relationship %} {% include "relationships/_profile_follow.html" %} {% endif_has_tag %} {% endif %} {% if_has_tag if_relationship %} {% include "relationships/_list_connections.html" %} {% endif_has_tag %}

Resources

{% include "people/_profile_filters.html" %}
{% include "_viewby.html" %}
{% if object_list|length > 0 %}
{% if object_list|length > 0 %} {% autopaginate object_list 5 %} {% for obj in object_list %}

{% if obj.class_name = 'Map' %} {% endif %} {% if obj.class_name = 'Layer' %} {% endif %} {% if obj.class_name = 'Document' %} {% endif %} {{ obj.title }}

{{ obj.abstract }}

{% trans "Shared on" %} {{ obj.date|date:"d b Y" }}

{% endfor %} {% endif %}
{% if object_list|length > 0 %} {% paginate %} {% endif %}
{% else %}

{% trans "No contents found." %}

{% endif %}
{% endblock %} {% block extra_script %} {% include 'search_scripts.html' %} {% endblock extra_script %}