{% extends "base.html" %} {% block title %}Invite Codes - {{ hub_name }} Dashboard{% endblock %} {% block content %}

Invite Codes

Manage invite codes for user registration

{% if is_admin %}

Allocate Invite Codes

Create invite codes and assign them to a user. The invited user will be registered with the specified class (up to the recipient's class).

{% endif %}

My Invite Codes

Total

-

Available

-

Used

-

Loading...

{% if is_admin %}

All Invite Codes (Admin)

Loading...

{% endif %}
{% endblock %}