{% load i18n %} {% load l10n %} {% for tag in tags %}
{% include 'ui/filter/query_operator.html' with operator=tag.operator %}
{% for item in tag.lhs %}{{ item }}{% if forloop.last %}:{% else %} > {% endif %}{% endfor %} {{ tag.rhs }}
{% endfor %}