{% 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 %} {{ paginator.count|intcomma }} results Clear search and filters {% endif %} {% include 'scanpipe/includes/filters_breadcrumb.html' with filterset=filter only %}
New Project {% include 'scanpipe/includes/pagination_header.html' with hide_results_count=True %}
{% include 'scanpipe/includes/search_field.html' with extra_class="is-smaller" hide_help=True %}
{% include 'scanpipe/dropdowns/filter_dropdown.html' with filter_form_field=filter.form.pipeline icon_class='fa-solid fa-filter' only %} {% include 'scanpipe/dropdowns/filter_dropdown.html' with filter_form_field=filter.form.status icon_class='fa-solid fa-filter' only %} {% include 'scanpipe/dropdowns/filter_dropdown.html' with filter_form_field=filter.form.sort icon_class='fa-solid fa-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_download_modal.html" %} {% include "scanpipe/modals/projects_report_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 %}