{% include "includes/source.html" %}
Recipe filters {% with key='Filters' %}{% include "includes/help.html" %}{% endwith %}
{% if recipe.recipe_id %} {% set method="POST" %} {% set action=url_for('do_data_save') %} {% else %} {% set method="GET" %} {% set action=url_for('data_edit') %} {% endif %}Result preview
{% include 'includes/hxltable.html' %}
{% if source.has_more_rows %}
Previewing the first {{ "{:,}".format(source.max_rows) }} data row(s).
{% endif %} {% else %}Error!
{% if error %} {{ error }} {% else %} Unknown error - please fix recipe {% endif %}
{% endif %}