{{ table.label }} {%- for filter in table._filters -%} {%- if isinstance(filter, 'dodotable.schema:Renderable') and isinstance(filter, 'dodotable.helper:Category') -%}
{{- filter|safe -}}
{%- endif -%} {%- endfor -%}
{%- if table._filters -%}
{%- for filter in table._filters -%} {%- if isinstance(filter, 'dodotable.schema:Renderable') and not isinstance(filter, 'dodotable.helper:_Helper') -%} {{- filter|safe -}} {%- endif -%} {%- endfor -%}
{%- endif -%}
{%- trans number=table.count, unit_label=table.unit_label -%} There is {{ number }} {{ unit_label }} item. {%- pluralize number -%} There are {{ number }} {{ unit_label }} items. {%- endtrans -%}
{% for col in table.columns %} {{ col|safe }} {% endfor %} {%- if table.rows -%} {% for row in table.rows %} {{ row|safe }} {% endfor %} {%- else -%} {%- endif -%}
{%- trans -%} No result found. {%- endtrans -%}