{% extends "registry/read.html" %} {% block fieldset_details_after %}
balance
{% if domainObject.getEntriesUnadjusted %}
entries
{% for entry in domainObject.getEntriesUnadjusted %} {% endfor %}
ID Booked Comment Amount
{{ entry.id }} {{ entry.present.bookingDate }} {{ entry.comment }} {{ entry.amount }}
{{ domainObject.calculateBalance }}
{% endif %} {% comment %} {% endcomment %} {% endblock %}