{% extends template ~ "/layout/main.tpl" %} {% block body %} {% if section_name != 'section-mycourses' %}
{% if announcements_block %}
{{ announcements_block }}
{% endif %}
{% if home_page_block %}
{{ home_page_block }}
{% endif %}
  • {{ total_users }}

    {{ "RegisteredUsers"|get_lang }}

  • {{ total_courses }}

    {{ "OpenCourses"|get_lang }}

  • {{ total_exercises }}

    {{ "Exercises"|get_lang }}

{% include template ~ "/layout/hot_courses.tpl" %} {#{% include template ~ "/layout/cms.tpl" %}#}
{% endif %} {% if section_name != 'section-mycampus' %}
{{ sniff_notification }} {% block page_body %} {% include template ~ "/layout/page_body.tpl" %} {% endblock %} {% if welcome_to_course_block %}
{{ welcome_to_course_block }}
{% endif %} {% block content %} {% if content is not null %}
{{ content }}
{% endif %} {% endblock %} {% if course_category_block %}
{{ course_category_block }}
{% endif %}
{% endif %} {% endblock %}