{% extends "base.html" %} {% block content %}
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 empty %}{{ title }} | {% if column in ('id', 'type') %} {{ cell.value }} {% elif cell.link %} {{ cell.value }} {% else %} {{ cell.value }} {% endif %} |
---|
{{ cell }} | {% endfor %}
---|
{% if cell.link %} {{ cell.value }} {% else %} {{ cell.value }} {% endif %} | {% endfor %}
Number of rows is limited up to {{ data.limit }} rows.
{% endif %} {% endif %} {% endblock %}