{% extends 'layout/layout_1_col.tpl'|get_template %} {% block content %}
{{ social_avatar_block }}
{{ add_post_form }}
{{ posts }} {{ social_auto_extend_link }}
{{ social_right_content }}
{{ social_group_block }}
{{ search_friends_form }}
{{ social_friend_block }} {% if 'allow_social_map_fields'|api_get_configuration_value %} {% endif %}
{% if session_list != null %}
    {% for session in session_list %}
  • {{ session.name }}
  • {% endfor %}
{% endif %}
{% endblock %}