{% extends "scanpipe/base.html" %} {% load humanize %} {% block title %}ScanCode.io: Projects{% endblock %} {% block extrahead %} {% endblock %} {% block content %}
{% include 'scanpipe/includes/navbar_header.html' %}
{% include 'scanpipe/includes/messages.html' %}
{% include 'scanpipe/includes/breadcrumb.html' %} {{ filter.form.is_archived }} {% if filter.is_active %} Clear search and filters {% endif %}
New Project
{% 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 %} {% include 'scanpipe/dropdowns/project_actions_dropdown.html' %}
{% if object_list %} {% include 'scanpipe/includes/project_list_table.html' with projects=object_list %} {% else %}
{% endif %} {% if is_paginated %} {% include 'scanpipe/includes/pagination.html' with page_obj=page_obj %} {% endif %}
{% include 'scanpipe/modals/run_modal.html' %} {% include "scanpipe/modals/projects_archive_modal.html" %} {% include "scanpipe/modals/projects_delete_modal.html" %} {% include "scanpipe/modals/projects_reset_modal.html" %} {% endblock %} {% block scripts %} {% endblock %}