{{ table.label }}
{%- for filter in table._filters -%} {%- if isinstance(filter, 'dodotable.schema:Renderable') -%} {{- filter|safe -}} {%- endif -%} {%- endfor -%}
총 {{ table.count }}개 {{ table.unit_label }}이(가) 있습니다.
{% for col in table.columns %} {{ col|safe }} {% endfor %} {% for row in table.rows %} {{ row|safe }} {% endfor %}