{% extends 'portal/base.html' %} {% load static %} {% load app_tags banner_tags hero_card_tags card_list_tags character_list_tags %} {% block subNav %} {% endblock subNav %} {% block content %} {% if not user|is_independent_student %} {% if HERO_CARD %}
{% hero_card hero_card_name="HERO_CARD" %}
{% else %}

My Games

Oh no! It doesn't look like you have access to any games, yet. You'll need to ask your teacher to set some up.

{% endif %}
{% character_list %}
{% else %}

My Games

Hi there! 👋 We are sorry, but Kurono is designed to be used in a classroom, and therefore it is not available to independent students at this time.

{% endif %} {% endblock content %}