{% extends "layout.html" %} {% block body %}

Entity Results

{% for table in tables %} {% endfor %}
entity index time_index cutoff if_target alias Delete
{{table.entity}} {{table.idx}} {{table.time_idx}} {{table.cutoff}} {{table.if_target}} {{table.alias}}

Select

{{ ent_form.entity.label }} {{ ent_form.entity }} {{ ent_form.idx.label }} {{ ent_form.idx }} {{ ent_form.time_idx.label }} {{ ent_form.time_idx }} {{ ent_form.cutoff.label }} {{ ent_form.cutoff }} {{ ent_form.if_target.label }} {{ ent_form.if_target }} {{ ent_form.alias.label }} {{ ent_form.alias }} {{ ent_form.submit }}
{% endblock %}