{% extends 'apps_base.html' %} {% block title %}Details of Table{% endblock %} {% block apps_base_title %}Details of Table{% endblock %} {% block apps_base_content %}
Name | Date |
---|---|
{{ table.name }} | {{ table.date }} |
Item | Income / expenditure |
---|---|
{{ item.name }} | {{ item.money_change }} |