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

Reset the following {{ users|length }} account(s) to the normal 3-set game, skipping the free 32-ticket trial round:

This sets each user to skip the trial (their completions count toward the 3-set game from ticket #1), reverses the €{{ welcome_bonus }} welcome bonus where it is still active, and optionally credits a deposit below.

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

A positive amount is credited as a Deposit transaction. Leave blank to only skip the trial and reverse the bonus.

{% endblock %}