{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Receiver {% endblock %} {% block content %} {% include 'paradigm/TG_Receiver.html' %} {% formfield group.sent_back_amount with label=prompt %}
{% next_button %}
{% endblock %}