diff --git a/src/accounting/templates/accounting/report/unapplied-accounts.html b/src/accounting/templates/accounting/report/unapplied-accounts.html index 28fca06..0f65739 100644 --- a/src/accounting/templates/accounting/report/unapplied-accounts.html +++ b/src/accounting/templates/accounting/report/unapplied-accounts.html @@ -2,7 +2,7 @@ The Mia! Accounting Project unapplied-accounts.html: The account list with unapplied original line items - Copyright (c) 2023 imacat. + Copyright (c) 2023-2026 imacat. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -23,7 +23,6 @@ First written: 2023/4/8 {% block accounting_scripts %} - {% endblock %} {% block header %}{% block title %}{% if report.currency.code == accounting_default_currency_code() %}{{ A_("Accounts With Unapplied Items") }}{% else %}{{ A_("Accounts With Unapplied Items in %(currency)s", currency=report.currency.name|title) }}{% endif %}{% endblock %}{% endblock %} diff --git a/src/accounting/templates/accounting/report/unapplied.html b/src/accounting/templates/accounting/report/unapplied.html index 969816e..6693c73 100644 --- a/src/accounting/templates/accounting/report/unapplied.html +++ b/src/accounting/templates/accounting/report/unapplied.html @@ -2,7 +2,7 @@ The Mia! Accounting Project unapplied.html: The unapplied original line items - Copyright (c) 2023 imacat. + Copyright (c) 2023-2026 imacat. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -23,7 +23,6 @@ First written: 2023/4/7 {% block accounting_scripts %} - {% endblock %} {% block header %}{% block title %}{% if report.currency.code == accounting_default_currency_code() %}{{ A_("Unapplied Items of %(account)s", account=report.account.title) }}{% else %}{{ A_("Unapplied Items of %(account)s in %(currency)s", currency=report.currency.name|title, account=report.account.title) }}{% endif %}{% endblock %}{% endblock %} diff --git a/src/accounting/templates/accounting/report/unmatched-accounts.html b/src/accounting/templates/accounting/report/unmatched-accounts.html index db84aca..6c0c6f3 100644 --- a/src/accounting/templates/accounting/report/unmatched-accounts.html +++ b/src/accounting/templates/accounting/report/unmatched-accounts.html @@ -2,7 +2,7 @@ The Mia! Accounting Project unmatched-accounts.html: The account list with unmatched offsets - Copyright (c) 2023 imacat. + Copyright (c) 2023-2026 imacat. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -23,7 +23,6 @@ First written: 2023/4/17 {% block accounting_scripts %} - {% endblock %} {% block header %}{% block title %}{% if report.currency.code == accounting_default_currency_code() %}{{ A_("Accounts With Unmatched Offsets") }}{% else %}{{ A_("Accounts With Unmatched Offsets in %(currency)s", currency=report.currency.name|title) }}{% endif %}{% endblock %}{% endblock %} diff --git a/src/accounting/templates/accounting/report/unmatched.html b/src/accounting/templates/accounting/report/unmatched.html index df26fc4..d80da08 100644 --- a/src/accounting/templates/accounting/report/unmatched.html +++ b/src/accounting/templates/accounting/report/unmatched.html @@ -2,7 +2,7 @@ The Mia! Accounting Project unmatched.html: The unmatched offsets - Copyright (c) 2023 imacat. + Copyright (c) 2023-2026 imacat. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -23,7 +23,6 @@ First written: 2023/4/17 {% block accounting_scripts %} - {% endblock %} {% block header %}{% block title %}{% if report.currency.code == accounting_default_currency_code() %}{{ A_("Unmatched Offsets of %(account)s", account=report.account.title) }}{% else %}{{ A_("Unmatched Offsets of %(account)s in %(currency)s", currency=report.currency.name|title, account=report.account.title) }}{% endif %}{% endblock %}{% endblock %}