{% extends 'apps_base.html' %} {% block title %}Details of Table{% endblock %} {% block apps_base_title %}Details of Table{% endblock %} {% block apps_base_content %}
Table Information
Export
Name Date
{{ table.name }} {{ table.date }}
Items Information
Export
{% for item in items %} {% endfor %}
Item Income / expenditure
{{ item.name }} {{ item.money_change }}
Update
{% endblock %} {% block apps_base_scripts %} {% endblock %}