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

supporters


Supporter {% if supporter.is_commercial %} {{ supporter.org_name }} ({{ supporter.musicbrainz_id }}) {% else %} {{ supporter.musicbrainz_id }} {% endif %} #{{ supporter.id }}

Created on {{ supporter.created }}.

{% if supporter.logo_filename %}
{% elif supporter.org_logo_url %}
{% endif %}
Edit supporter

General info

Determines which MusicBrainz user manages this MetaBrainz account. Can be changed to switch the owner. Only one user can be an owner.

Data access

State determines whether this supporter has access to the MetaBrainz Live Data Feed API.

Commercial info

{% if supporter.is_commercial %} This is a commercial supporter {% else %} This is not a commercial supporter {% endif %}
{% if supporter.is_commercial %}
{% endif %}
{% if supporter.is_commercial %}

Address

Financial info

$

Promotion

{% if supporter.featured %} This supporter is featured on the website {% else %} This supporter is not featured on the website {% endif %}
{% if supporter.featured %}
Good standing
{{ 'Yes' if supporter.good_standing else 'No' }}
In the Deadbeat Club
{{ 'Yes' if supporter.in_deadbeat_club else 'No' }}
{% endif %} {% endif %} {% if supporter.state == 'pending' or supporter.state == 'waiting' %}

State modification

Approve 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.

{% endif %}

Active tokens

{% if active_tokens %}

If you need to revoke existing tokens and prevent supporter from generating new ones, set their status to rejected.

{% for token in active_tokens %} {% endfor %}
Value Created on {# Controls #}
{{ token.value }} {{ token.created }} Revoke
{% else %} This supporter has no active access tokens. {% endif %}

Hourly API usage

{% endblock %} {% block tail_js %} {{ super() }} {% endblock %}