{% extends "core/templates/index.jinja" %} {% block content %}

Sword Art Online Arcade

{% if profile is defined and profile is not none and profile.id > 0 %}

Profile for {{ profile.nick_name }} 

{% include "core/templates/widgets/err_banner.jinja" %} {% include "core/templates/widgets/succ_banner.jinja" %}

Register Hero Card

{% if all_heros is defined and all_heros|length > 0%} If you have cards printed on the official network, they must be registered here in order to work with the game.
Only hero cards are supported at this time. If a card was registered incorrectly, contact a sysadmin.

{% else %} Card registration is not set up on this server. Please contact a sysadmin. {% endif %} {% elif sesh is defined and sesh is not none and sesh.user_id > 0 %} No profile information found for this account. {% else %} Login to view profile information. {% endif %} {% endblock content %}