{% extends 'base.html' %} {% block title %}Admin{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Manage users, tokens, and packages
| Username | Tokens | Phones | Joined | Add Tokens | Actions |
|---|---|---|---|---|---|
| {{ user.username }} {% if user.is_admin %}admin{% endif %} | {{ user.tokens }} | {{ user.phone_numbers|length }} | {{ user.created_at.strftime('%Y-%m-%d') }} | {% if not user.is_admin %} Delete {% endif %} |
| Name | Tokens | Price | Actions |
|---|---|---|---|
| {{ pkg.name }} | {{ pkg.tokens }} | ${{ "%.2f"|format(pkg.price_cents / 100) }} | Delete |
Logs into all accounts and submits an order code. Enter the code before running.
Logs into all accounts and confirms additional orders. No code required.