{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Practice Collateral Seizure {% endblock %} {% block content %}
{% include Constants.practice_information_score_sheet %}

{% if Constants.contract_enforcement == False %} For this example, please choose {{player.prac_collateral_seizure_amount}}
{% formfield player.prac_collateral_seizure_input %} {% else %} Because of Contract Enforcement the amount of collateral recovery is automatically determined {% endif %}

{% next_button %}





{% endblock %}