{% extends "core/frontend/index.jinja" %} {% block content %}
{{ usr.id }} | {{ usr.username if usr.username is defined else "No Name Set"}}{% endfor %}
{{ ac.id }} | {{ ac.name if ac.name is defined else "No Name Set" }} | {{ ac.ip if ac.ip is defined else "No IP Assigned"}}{% endfor %}
{{ cab.id }} | {{ cab.game if cab.game is defined else "No Game Assigned" }} | {{ cab.serial }}{% endfor %}