{% load staticfiles %} {% load app_tags %} {% block scripts %} {% endblock scripts %} {% if open_play_games %} {% include "portal/partials/popup.html" %}
{% for game in open_play_games %} {% endfor %}

Class

Challenge

Action

Select

{{ game.game_class.name }}

{% else %}

It doesn’t look like you have any games created. To create a game, use the ‘Add class’ button above.

{% endif %}