{% trans 'Groupings' %}
-
{% if groupings %}
{% for f in groupings %}
- {% blocktrans with filter_title=f.title %}by {{ filter_title }}{% endblocktrans %} {% endfor %} {% else %}
- {% trans 'None Available' %} {% endif %}
{% trans 'Filters' %}
-
{% if filters %}
{% for f in filters %}
- {% blocktrans with filter_title=f.title filter_value=f.value %}{{ filter_title }}: {{ filter_value }}{% endblocktrans %} {% endfor %} {% else %}
- {% trans 'None Applied' %} {% endif %}
{% trans 'Axis' %}
-
{% if axes %}
{% for f in axes %}
- {{ f.title }} {% endfor %} {% else %}
- {% trans 'None Available' %} {% endif %}
{{ table.top_display }} | {% for cell in table.headers %}{% if cell.has_url %}{{ cell.display }}{% else %}{{ cell.display }}{% endif %} | {% endfor%}
---|---|
{% if row.has_url %}{{ label }}{% else %}{{ label }}{% endif %} | {% for cell in row.by_headers %}{% if cell.has_url %}{{ cell.value }}{% else %}{{ cell.value }}{% endif %} | {% endfor%}
{% trans 'There were errors while processing some criteria. As a result some items might be missing.' %} {% trans 'Try clearing the "spec" fields in your criteria.' %}
-
{% for exception in exceptions %}
- {{ exception }} {% endfor %}