{% extends 'admin-layout.html' %} {% block head %} {{super()}} {% endblock %} {% block app_content %}

Registered Users

{% for hacker in hackers %} {% endfor %}
Options Checked In? Waitlisted? Admin User ID Registration Time Email Name Phone Shirt Special School
{{ hacker.checked_in }} {{ hacker.waitlisted }} {{ hacker.is_admin }} {{ hacker.id }} {{ hacker.last_login }} {{ hacker.email }} {{ hacker.first_name + ' ' + hacker.last_name }} {{ hacker.phone }} {{ hacker.shirt_size }} {{ hacker.accomodations }} {{ hacker.school }}
{% endblock %}