{% extends 'generic/object.html' %} {% block content %}
Invoices
Contract {{ object.contract }}
Index {{ object.index }}
Number {{ object.number }}
Period start {{ object.period_start }}
Period end {{ object.period_end }}
Amount {{ object.amount }}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %}
{% endblock content %}