{% extends 'admin/master.html' %} {% block body %}

Statistics

Access token changes

{% if token_actions %} {% for action in token_actions %} {% endfor %}
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 }}
{% if count > limit %} {% endif %} {% else %} None! {% endif %} {% endblock %}