{% extends "lingo/invoicing/manager_pool_detail.html" %} {% load i18n %} {% block breadcrumb %} {{ block.super }} {% trans "Journal" %} {% endblock %} {% block appbar %}
{% trans "Error while running pool." %}
{% if pool.exception %}{{ pool.exception }}{% endif %}
{% trans "PK" %} | {% trans "Invoice PK" %} | {% trans "Event" %} | {% trans "Quantity" %} | {% trans "Unit amount" %} | {% trans "Total amount" %} | {% trans "User" %} | {% trans "Payer" %} | {% trans "Status" %} | |
---|---|---|---|---|---|---|---|---|---|
{{ line.pk }} | {{ line.invoice_id|default:'' }} |
{{ line.event_date|date:"d/m/Y" }} - {{ line.label }}
({{ line.slug }}) |
{{ line.quantity }} | {{ line.unit_amount }} | {{ line.total_amount }} | {{ line.user_name }} ({{ 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" %} |