{% extends "sakai/base.html" %}{% load i18n %} {% block content %}

{% trans "WebLearn Preview" %}

{% if user_details.firstName %} {% blocktrans with user_details.firstName as name %}Hello {{ name }}, welcome to mobile WebLearn preview!{% endblocktrans %} {% else %} {% trans "Hello, welcome to mobile WebLearn preview!" %} {% endif %}

{% trans "You'll see this section expand and improve over time and we would really like to hear what you think, so do drop us a note via the link at the bottom of the page." %}

{% trans "Announcements" %} {% if not user_details.firstName %} - {% trans "log in for more" %} {% endif %}

{% trans "Tools" %}

{% endblock %}