{% extends "crud/list.html" %} {% from "macros/list.html" import filter_text, multi_dropdown %} {% set entity_name = "Feed" %} {% block page_css %} {% endblock %} {% block filters_section %}
Filters
{{ filter_text('filter-name', 'Name', 'Filter by name...') }} {% if is_global_admin_view %} {{ multi_dropdown('filter-unit', 'Unit', units_list) }} {% endif %}
{% endblock %} {% block table_content %} {% if is_global_admin_view %}{% endif %}
Name Auto Update Deploy After (hours) ChannelBusiness Unit
{% endblock %} {% block page_scripts %} {% endblock %}