{%- if table %}
{%- if view.show_controls %}
Select
{%- endif %} {%- if view.show_controls %} {%- endif %} {%- for col in view.columns %} {%- endfor %} {%- for line in table %} {%- if view.show_controls %} {%- endif %} {%- for cell in line %} {%- endfor %} {%- endfor %} {%- if view.show_controls %} {%- endif %} {%- for col in view.columns %} {%- endfor %}
{{ col.label }}
{{ cell }}
{{ col.label }}
{%- deferJS %} {%- enddeferJS %} {%- else %}

No data.

{%- endif %}