{% extends 'generic/object.html' %} {% load plugins %} {% load render_table from django_tables2 %} {% block breadcrumbs %} {{ block.super }} {% endblock %} {% block content %}
Invoice Lines
Invoice {{ object.invoice.number }}
Amount {{ object.amount }}
Currency {{ object.currency }}
Accounting dimentions {{ object.accounting_dimensions }}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
{% plugin_right_page object %} {% endblock content %}