{% include "includes/source.html" %}
Filters
{% if recipe.recipe_id %} {% set method="POST" %} {% set action="/actions/save-recipe" %} {% else %} {% set method="GET" %} {% set action="/data/edit" %} {% endif %}Preview
{% include 'includes/hxltable.html' %}
{% if source.has_more_rows %}
Previewing the first {{ "{:,}".format(source.max_rows) }} of {{ "{:,}".format(source.total_rows) }} data rows.
{% endif %}