{% extends 'base.html' %} {% block main_title %} Accounts {% endblock %} {% block content %} {% if not accounts_chart %}
File {{CWD}}/accounts_chart.json was not found. Find examples in the doc (TODO).
File {{CWD}}/{{accounts_chart.accounts_csv_file}}, referred by {{CWD}}/accounts_chart.json, was not found.
Code | Name | Balance | {% for account_code in accounts_of_section %} {% set acc = accounts_chart.account_codes[account_code]%} {% endfor %}
---|