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