Warning! This is a PRE-ALPHA release. Things might not work as you expect. Use at your own risk. If you found any bugs, please report.

Get this data as: HTML, {% for fmt, link in formats %} {{ fmt }}{% if not loop.last %}, {% endif %} {% endfor %}

{% for name, link in location %} {% if link %} {{ name }} {% else %} {{ name }} {% endif %} {% if not loop.last %}/{% endif %} {% endfor %}

{% if data %} {% for column in header %} {% endfor %} {% for row in data %} {% for cell in row %} {% if cell.link %} {{ cell.value }} {% else %} {{ cell.value }} {% endif %} {% endfor %} {% endfor %}
{{ column }}
{% if limit_enforced and data|length >= 100 %}

Number of rows is limited up to 100 rows.

{% endif %} {% endif %} {% if row %} {% for column, cell in row %} {% if column in ('id', 'type') %} {{ cell.value }} {% elif cell.link %} {{ cell.value }} {% else %} {{ cell.value }} {% endif %} {% endfor %}
{{ column }}
{% endif %}