{% extends "admin/base_site.html" %} {% block content %}

Apply a balance adjustment to the following {{ users|length }} account(s):

{% csrf_token %} {% for id in selected %} {% endfor %}

Use a positive value to add to the balance, a negative value to deduct (a large enough negative pushes the account negative).

{% endblock %}