{% load i18n %} {{ line.pk }} {% if pool.draft and line.invoice %} PROFORMA-{{ line.invoice_id }} {% elif line.invoice %} {{ line.invoice.formatted_number }} {% endif %} {{ 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 }} {% spaceless %} {% if line.status == 'error' and line.error_status %} {{ line.get_error_status_display }} {% else %} {{ line.get_status_display }} {% endif %} {% endspaceless %} {% if line.status != 'success' %} ({{ line.get_error_display }}) {% if line.status == 'error' %}
{% if line.error_status %} {% trans "reset" %} {% else %} {% trans "ignore" %} - {% trans "mark as fixed" %} {% endif %} {% endif %} {% endif %} {% if line.from_injected_line_id %}({% trans "Injected" %}){% endif %} {% trans "see details" %}