{% if table.source %}{% endif %}
    {% if table.cache %}true{% else %}false{% endif %}
    {% for col in table %}
  1. {{ col.properties }}
  2. {% endfor %}
    {% for col in table %}
  • {{ col.label }}
  • {% endfor %}
{% if table.search_form %}
{{ table.search_form.as_p }}
{% endif %} {% if table.add_path %} {% endif %}