{% extends 'buybacks2/page.html' %} {% load i18n %} {% load humanize %} {% load bootstrap %} {% load static %} {% load dict %} {% load number %} {% block body %}

{{ program.name }} - Buyback Program

{% if value %}

Based on the item amounts you have given us, we have calculated them to be of the following value.

Please click the Notify button to let us know you will be sending the contract.

{% for name, item in value %} {% endfor %}
Item Quantity Value
{{ name }} {{ value.quantity|floatformat:"0g" }} {{ value.unit_price|floatformat:"0g" }} ISK

Total Contract Value: {{ total|floatformat:"0g" }} ISK

{% endif %}
{% csrf_token %} {{ form|bootstrap }}
{% endblock %} {% block extra_javascript %} {% endblock %} {% block extra_css %} {% endblock %} {% block extra_script %} {% endblock %}