{% extends 'admin/master.html' %} {% block body %}
| Action | Timestamp | Token |
|---|---|---|
| {{ action.supporter.musicbrainz_id }} {% if action.supporter.id == action.token.owner.id %} {% if action.action == "create" %} generated their token {% elif action.action == "deactivate" %} revoked their token {% endif %} {% else %} {% if action.action == "create" %} generated new token for supporter {% elif action.action == "deactivate" %} revoked token owned by supporter {% endif %} {% if action.token.owner %} {{ action.token.owner }} {% else %} [ invalid owner row suppressed ] {% endif %} {% endif %} | {{ action.timestamp }} | {{ action.token_value }} |