{% extends 'game/basenonav.html' %} {% load static %} {% load i18n %} {% load app_tags %} {% load game.utils %} {% block scripts %} {{block.super}} {% endblock %} {% block css %} {{block.super}} {% endblock %} {% block content %} {{ block.super }}
{% if level.pythonViewEnabled or level.pythonEnabled %} {% endif %}
{% if request.user.is_authenticated %}
{% if user|get_user_status == 'TEACHER' and not level.default%}
{% endif %} {% endif %}
{% endblock %}