{% extends "base.html" %} {% load staticfiles %} {% load bootstrap4 %} {% block content %}

Confirm Reverting Transaction

{% csrf_token %}

Are you sure you want to revert the following transaction? (You will be able to see all transactions in the Transaction Log.)

{% bootstrap_form form %}
{% for field in form %} {% endfor%}
{{field.label}} {{field.value}}
{% buttons %} {% endbuttons %}
{% endblock %}