{% extends 'buybacks/base.html' %} {% load i18n %} {% load humanize %} {% load dict %} {% load number %} {% block details %}
{% if show_user %} {% endif %} {% for notification in bb_notifications %} {% if show_user %} {% endif %} {% endfor %}
{% trans "User" %}{% trans "Buyback Program" %} {% trans "Corporation" %} {% trans "Location" %} {% trans "Actions" %}
{{ notification.user.username }}{{ notification.program_location.program.name }} {{ notification.program_location.program.corporation }} {{ notification.program_location.office }} Delete
{% for id, quantity in notification.items|json|entries %} {% endfor %}
Item Quantity
{{ items|lookup:id }} {{ quantity|format_number:0 }}

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

{% endblock %} {% block extra_javascript %} {% endblock %} {% block extra_css %} {% endblock %} {% block extra_script %} {% endblock %}