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

{% trans "Grant Credits by Plan" %}

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

This tool grants a new TaskCredit block to all active users whose current plan matches the selected plan. Use Dry Run to preview the affected user count.

{% endblock %}