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

{{ program.name }} - Buyback Program

{% if value|not_empty %}

Based on the contents 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 item in value %} {% endfor %}
Item Quantity Value
{{ item }} {{ data|lookup:item|format_number:0 }} {{ value|lookup:item|format_number:2 }} ISK

Total Contract Value: {{ total|format_number:0 }} ISK

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