{% extends "admin/base_site.html" %} {% load i18n static %} {% block extrahead %} {{ block.super }} {{ form.media }} {% endblock %} {% block content %}

{% trans "Grant Credits to User IDs" %}

{% csrf_token %} {{ form.as_table }}

Paste user IDs separated by commas or new lines. Use Dry Run to preview the affected user count. Enable "Only if out of credits" to restrict grants to users with 0 available credits currently.

{% endblock %}