{% extends "base.html" %} {% from "_helpers.html" import render_field, render_submit %} {% block content %}

Manual transaction

Creates manual transaction for current user. Use this when filling machine with money.

{{ form.hidden_tag() }} {{ render_field(form.amount) }} {{ render_submit() }}
{% endblock %}