{% extends 'generic/object.html' %} {% load plugins %} {% load render_table from django_tables2 %} {% block breadcrumbs %} {{ block.super }} {% endblock %} {% block content %}
Invoices
{% if object.documents %} {% endif %}
Number {{ object.number }}
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
Contracts
{% render_table contracts_table %}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
{% plugin_right_page object %} {% endblock content %}