{% load i18n %}

{% trans "No results. Where the query runs out of data:" %}

{% if node.truncated %}

{% trans "Breakdown truncated: the query is too large; only the top-level conditions were evaluated." %}

{% endif %}