{% extends 'generic/object.html' %} {% load plugins %} {% load render_table from django_tables2 %} {% load i18n %} {% block breadcrumbs %} {{ block.super }}
| {% trans "Invoice" %} | {{ object.invoice.number }} |
|---|---|
| {% trans "Amount" %} | {{ object.amount }} |
| {% trans "Currency" %} | {{ object.get_currency_display }} |
| {% trans "Accounting dimensions" %} | {{ object.accounting_dimensions }} |