{% spaceless %} {% load i18n %} {% load static %} {% get_current_language as LANGUAGE_CODE %} {% endspaceless %} {% trans "Trix" %} - {% block title %}{% endblock title %} {% block css %} {% endblock %} {% block body %}
{% block header %} {% include "trix_student/include/header.django.html" %} {% endblock header %} {% block not_signed_in_warning %} {% if not request.user.is_authenticated %}

{% trans "You are not authenticated." %} {% trans "If you are not authenticated, you will not be able to keep track of your progress." %}

{% trans "Sign in" %}
{% endif %} {% endblock not_signed_in_warning %}
{% block student-messages %} {% for message in messages %} {% endfor %} {% endblock student-messages %} {% block content %}{% endblock %}
{% endblock body %}