{{ node.text }}{{ node.count }}
{% if node.role == "killer_and" %}
{% trans "no data from here on" %}
{% elif node.role == "dead_or_branch" %}
{% trans "this branch is empty" %}
{% endif %}
{% if node.children %}
{% for child in node.children %}
{% include "djangoql/empty_breakdown_node.html" with node=child %}
{% endfor %}