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

Supporters

Commercial supporters

{% if supporters %} {% for supporter in supporters %} {% endfor %}
Organization (MusicBrainz ID) State Contact name Contact email Standing Tier Featured {# Buttons #}
{{ supporter.org_name }} ({{ supporter.musicbrainz_id }}) {% if supporter.state == 'active' %} Active {% elif supporter.state == 'pending' %} Pending {% elif supporter.state == 'waiting' %} Waiting {% else %} Rejected {% endif %} {{ supporter.contact_name }} {{ supporter.contact_email }} {% if supporter.good_standing %} Good standing {% else %} Bad standing {% endif %} {{ supporter.tier }} {% if supporter.featured %} Featured {% else %} Not featured {% endif %} Edit
{% if count > limit %} {% endif %} {% else %} None! {% endif %} {% endblock %}