{% extends 'generic/object.html' %} {% load plugins %} {% load render_table from django_tables2 %} {% block breadcrumbs %} {{ block.super }}
| Number | {{ object.number }} |
|---|---|
| Template | {{ object.template }} |
| Date | {{ object.date }} |
| Period start | {{ object.period_start }} |
| Period end | {{ object.period_end }} |
| Currency | {{ object.currency }} |
| Accounting dimensions | {{ object.accounting_dimensions }} |
| Amount | {{ object.amount }} |
| Documents | Documents |
| Invoice lines total | {{ object.total_invoicelines_amount }} |