{% include 'scanpipe/includes/search_field.html' with hide_help=True %}
{% include 'scanpipe/dropdowns/filter_dropdown.html' with filter_form_field=filter.form.pipeline only %}
{% include 'scanpipe/dropdowns/filter_dropdown.html' with filter_form_field=filter.form.status only %}
{% include 'scanpipe/dropdowns/filter_dropdown.html' with filter_form_field=filter.form.sort only %}
{% if object_list %}
{% include 'scanpipe/includes/project_list_table.html' with projects=object_list %}
{% else %}