{{ group.title }} {% if group.email %} {% endif %}
{{ group.description}}
{% 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.first_name|default_if_none:profile.username }}{% endblock %} {% block body_class %}people explore{% endblock %} {% block body %}
{% if profile.position %}
{{ profile.position }}
{% endif %}
{% if profile.organization %}
{{ profile.organization }}
{% endif %}
{% if user.is_authenticated %}
{% if profile.location %}
{{ profile.location }}
{% endif %}
{% if profile.voice %}
{{ profile.voice }}
{% endif %}
{% if profile.fax %}
{{ profile.fax }}
{% endif %}
{% if profile.email %}
{{ profile.email }}
{% endif %}
{% endif %}
{% if profile.keyword_list %}
{% for keyword in profile.keyword_list %}
{{ keyword }}
{% endfor %}
{% endif %}
{% if object.email %}
{{ object.email }}
{% endif %}
{{ group.description}}
{{ group.description}}