{% extends 'game/base.html' %} {% load static %} {% block title %}Code for Life - Rapid Router - Level moderation{% endblock %} {% block scripts %} {{block.super}} {% endblock %} {% block css %} {{block.super}} {% endblock %} {% block header %} {% endblock header %} {% block nav_ocargo_moderate %} Moderate {% endblock nav_ocargo_moderate %} {% block content %}

Level moderation

Search or filter the levels to find specific details, and click 'Play' to view the games.

{% csrf_token %}
{% include "portal/partials/popup.html" %} {% if levelData %}
{% if thead %} {% for level in levelData %} {% endfor %}
Student Level name Shared with Actions
Play Delete
{{level.student}} {{level.name}} {{level.shared_with}}
{% endif %}
{% else %} {% if thead %}

No levels found.

{% else %}

Select a class to view the levels created by students.

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