{% extends "./layout/default" %} {% block breadcrumbs %} {{ Breadcrumbs.renderIfExists(Route.getCurrentRoute.getName, query) }} {% endblock %} {% block content %} {% if query == "" %}
{{ 'no_results_for_empty_search'|_ }}
{{ trans('firefly.results_limited', {count: limit}) }}
{{ trans('firefly.search_found_transactions', {count: result.transactions|length}) }}
{% include 'search.partials.transactions' with {'transactions' : result.transactions} %}{{ trans('firefly.search_found_categories', {count: result.categories|length}) }}
{% include 'search.partials.categories' %}{{ trans('firefly.search_found_tags', {count: result.tags|length}) }}
{% include 'search.partials.tags' %}{{ trans('firefly.search_found_accounts', {count: result.accounts|length}) }}
{% include 'search.partials.accounts' %}{{ trans('firefly.search_found_budgets', {count: result.budgets|length}) }}
{% include 'search.partials.budgets' %}