mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 05:06:37 +00:00
10 lines
319 B
Twig
10 lines
319 B
Twig
<p class="search_count">
|
|
{% if hasPages %}
|
|
{{ trans('firefly.search_found_more_transactions', {count: groups.count(), time: searchTime}) }}
|
|
{% else %}
|
|
{{ trans_choice('firefly.search_found_transactions', groups.perPage(), {time: searchTime}) }}
|
|
{% endif %}
|
|
</p>
|
|
|
|
{% include 'list.groups' %}
|