diff --git a/resources/views/accounts/index.twig b/resources/views/accounts/index.twig index 74bb5e4984..e8e12dd7a8 100644 --- a/resources/views/accounts/index.twig +++ b/resources/views/accounts/index.twig @@ -67,6 +67,18 @@ {% endif %} {% if accounts.count() == 0 and page == 1 %} {% include 'partials.empty' with {objectType: objectType, type: 'accounts',route: route('accounts.create', [objectType])} %} + + {% if inactiveCount > 0 %} +
+ + + {{ trans_choice('firefly.inactive_account_link', inactiveCount) }} + + + +
+ {% endif %} + {% endif %} {% endblock %}