{{ macros.alert_message("alert-msg-db") }}
{% for proc_info in proc_list %} {% endfor %}
{{ _("No.") }} {{ _("Process Name") }} {{ _("Data Source Name") }} {{ _("Table Name") }} {{ _("Comment") }} {{ _("Status") }}
{{ loop.index }} {% if (proc_info.data_source.type != 'CSV') %} {% endif %}
{% include "proc_config_modals.html" %}
{% block js %} {% endblock %}