{% comment %} {% endcomment %}{% load i18n l10n reportapi_base %}
{% trans "name" %} | {% trans "condition" %} | {% trans "value" %} |
---|---|---|
{{ filter.label|lower }} | {{ filter.condition_label|lower }} |
{% if filter.condition == 'range' %}
{% for x in filter.value_range_label %}{{ x }}{% if not forloop.last %} {% endif %}{% endfor %} {% elif filter.condition == 'in' %} {% for x in filter.value_label %}{{ x }}{% if not forloop.last %} {% endif %}{% endfor %} {% else %} {{ filter.value_label }} {% endif %} |