{% extends 'generic/object.html' %} {% load plugins %} {% load render_table from django_tables2 %} {% load i18n %} {% block breadcrumbs %} {{ block.super }}
{% trans "Number" %} | {{ object.number }} |
---|---|
{% trans "Date" %} | {{ object.date }} |
{% trans "Period start" %} | {{ object.period_start }} |
{% trans "Period end" %} | {{ object.period_end }} |
{% trans "Currency" %} | {{ object.get_currency_display }} |
{% trans "Amount" %} | {{ object.amount }} |
{% trans "Documents" %} | {% trans "Documents" %} |
{% trans "Invoice lines total" %} | {{ object.total_invoicelines_amount }} |