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

{% trans 'courses_recent_activity' %}

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

{% trans 'home_leaderboard' %}

{% include "oppia/includes/leaderboard.html" %}
{% trans "more..." %}
{% else %} {% blocktrans %}

OppiaMobile is the mobile learning platform from Digital Campus to deliver learning content, multimedia and quizzes on your smartphone. All the content and activities can be accessed and used even when you don't have an internet connection available on your mobile.

To get started with our courses, download the OppiaMobile app.

{% endblocktrans %} {% endif %} {% endblock %}