Files
firefly-iii/resources/views/v1/search/search.twig
2020-09-21 15:56:50 +02:00

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' %}