{% extends "lingo/invoicing/manager_campaign_detail.html" %} {% load i18n %} {% block breadcrumb %} {{ block.super }} {% trans "Pool" %} {% endblock %} {% block appbar %}
{% trans "Error while running pool." %}
{% if pool.exception %}{{ pool.exception }}{% endif %}
{% trans "PK" %} | {% trans "Invoice PK" %} | {% trans "Label" %} | {% trans "Slug" %} | {% trans "Quantity" %} | {% trans "Unit amount" %} | {% trans "Total amount" %} | {% trans "User" %} | {% trans "Payer" %} | {% trans "Status" %} | |
---|---|---|---|---|---|---|---|---|---|---|
{{ line.pk }} | {{ line.invoice_id|default:'' }} | {{ line.label }} | {{ line.slug }} | {{ line.quantity }} | {{ line.unit_amount }} | {{ line.total_amount }} | {{ line.user_external_id }} | {{ line.payer_external_id }} | {{ line.get_status_display }} {% if line.status != 'success' %}({{ line.get_error_display }}){% endif %} {% if line.from_injected_line_id %}({% trans "Injected" %}){% endif %} | {% trans "see details" %} |