{% extends "base.html" %} {% load i18n %} {% load display_functions %} {% load crispy_forms_tags %} {% block extra_body %} onload="setUpDatePicker();" {% endblock extra_body %} {% block extra_scripts %} {% endblock extra_scripts %} {% block content %}

{{ course.title|title_lang:LANGUAGE_CODE }}

{% trans 'Tags:' %} {{ course.get_tags}}

{% trans 'courses_recent_activity' %}

{% trans 'graph_generating'%}
{% include "includes/messages.html" %} {% crispy form %} {% if leaderboard %}

{% trans 'home_leaderboard' %}

{% include "oppia/includes/leaderboard.html" %} {% endif %} {% endblock %}