James Cole 2024-10-05 11:05:17 +02:00
parent 1bff966bfe
commit 856a194988
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

@ -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 %}
<p class="text-center"><small>
<em>
<a href="{{ route('accounts.inactive.index', objectType) }}" class="text-muted">
{{ trans_choice('firefly.inactive_account_link', inactiveCount) }}
</a>
</em>
</small>
</p>
{% endif %}
{% endif %}
{% endblock %}