{% extends "core/frontend/index.jinja" %} {% block content %}
All aime cards are listed here for the given user.
Add Card {% if cards is defined and cards|length > 0 %}| # | Access Code | Status | Actions |
|---|---|---|---|
| {{ c.index }} | {{ c.access_code }} | {% if c.status == 'Active'%} Active {% elif c.status == 'Locked' %} Locked {% endif %} | {% if c.status == 'Active'%} {% elif c.status == 'Locked' %} {% endif %} |
All arcades connected to the given account are listed here.
{% if arcades is defined and arcades|length > 0 %}| # | Name |
|---|---|
| {{ a.index }} | {{ a.name }} |