{% extends 'buybacks2/base.html' %} {% load dict %} {% load i18n %} {% load humanize %} {% load dict %} {% load number %} {% block details %}
{% if not mine %} {% endif %} {% if mine or perms.buybacks.manage_programs %} {% endif %} {% for notification in bb_notifications %} {% if not mine %} {% endif %} {% if mine or perms.buybacks.manage_programs %} {% 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 }} Edit Delete
{% for id, quantity in notification.items|json|entries %} {% endfor %}
Item Quantity
{{ items|lookup:id }} {{ quantity|floatformat:"0g" }}

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

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