{% extends 'layout/layout_1_col.tpl'|get_template %} {% block content %}
{{ social_avatar_block }} {{ social_extra_info_block }}
{{ add_post_form }}
{{ posts }} {{ social_auto_extend_link }}
{{ social_group_info_block }}
{{ social_friend_block }}
{#{{ social_skill_block }}#} {% if social_course_block != null %}
    {{ social_course_block }}
{% endif %} {% if session_list != null %}
    {% for session in session_list %}
  • {{ session.name }}
  • {% endfor %}
{% endif %} {{ invitations }} {{ social_rss_block }} {{ social_right_information }}
{% if form_modals is defined %} {{ form_modals }} {% endif %} {% endblock %}