{% extends "lingo/manager_base.html" %} {% load i18n %} {% block appbar %}
| {% trans 'Order Identifier' %} | {% trans 'Transaction Identifier' %} | {% trans 'Date' %} | {% trans 'User' %} | {% trans 'Amount' %} | {% trans 'Items' %} | |
|---|---|---|---|---|---|---|
| {{object.order_id}} | {{object.bank_transaction_id}} | {{object.start_date}} | {{object.get_user_name}} | {{object.amount}} € | {% for item in object.items.all %} {% if not forloop.first %}||
| {{item.subject}} | {{item.amount}} € | |||||
{% if page_obj.has_previous %} << {% else %} << {% endif %} {{ page_obj.number }} / {{ page_obj.paginator.num_pages }} {% if page_obj.has_next %} >> {% else %} >> {% endif %} {% endif %} {% else %}