{% extends 'admin/master.html' %} {% block body %}
Created on {{ supporter.created }}.
Active - Full access to the APIPending - New supporter waiting for approvalWaiting - Old supporter in the waiting list (for approval)Rejected - Rejected access the APILimited - Cannot access the APIApprove Approve (limited) {% if supporter.state != 'waiting' %} Put into waiting list {% endif %} Reject
You will be redirected to the next pending supporter after approving or rejecting this one.
If you need to revoke existing tokens and prevent supporter from
generating new ones,
set their status to rejected.
| Value | Created on | {# Controls #} |
|---|---|---|
| {{ token.value }} | {{ token.created }} | Revoke |