{% extends '@ChamiloTheme/Layout/layout_one_col.html.twig' %} {% import '@ChamiloTheme/Macros/box.html.twig' as macro %} {% block content %} {% autoescape false %}
{% include '@ChamiloTheme/Social/user_block.html.twig' %} {{ social_extra_info_block }}
{{ social_wall_block }}
{{ social_post_wall_block }} {{ social_auto_extend_link }}
{{ macro.panel("SocialFriend" | get_lang, social_friend_block) }} {{ social_skill_block }} {{ social_group_info_block }} {% if social_course_block != null %} {{ macro.panel("MyCourses" | get_lang, social_course_block) }} {% endif %} {% if session_list != null %} {% set social_data %} {% endset %} {{ macro.panel("MySessions" | get_lang, social_data) }} {% endif %} {{ invitations }} {{ social_rss_block }} {{ social_right_information }}
{% if form_modals is defined %} {{ form_modals }} {% endif %} {% endautoescape %} {% endblock %}