{% extends 'base.html' %} {% load i18n static %} {% block title %}{% trans 'Portal' %}{% endblock title %} {% block content %}

{% trans 'Portal' %}

{% trans 'Schedule' %}

{% trans 'Collaborative Notes' %}

{% trans 'Chat Room' %}

{% trans 'Quiz Leaderboard' %}

{% trans 'Facebook Fan Page' %}

{% trans 'Quiz Bots' %}

{% trans 'Chat on LINE' %}

{% trans 'Mobile Apps' %}

{% trans 'Download on the App Store' %}
{% trans 'Get it on Google Play' %}
{% endblock content %}