diff --git a/accounting/templates/accounting/cash.html b/accounting/templates/accounting/cash.html index c1aba9f..b786059 100644 --- a/accounting/templates/accounting/cash.html +++ b/accounting/templates/accounting/cash.html @@ -25,7 +25,7 @@ First written: 2020/7/1 {% load accounting %} {% block settings %} - {% blocktrans asvar title with subject=subject.title_zhtw period=period.description context "Accounting|" %}Cash Account for {{ subject }} in {{ period }}{% endblocktrans %} + {% blocktrans asvar title with subject=current_subject.title_zhtw period=period.description context "Accounting|" %}Cash Account for {{ subject }} in {{ period }}{% endblocktrans %} {% setvar "title" title %} {% setvar "use_period_chooser" True %} {% endblock %} @@ -66,6 +66,22 @@ First written: 2020/7/1 {% trans "Cash Account" context "Accounting|" as current_report_title %} {% include "accounting/include/report-chooser.html" %} {% endwith %} +
+ + +