{% extends "scanpipe/base.html" %} {% block content %}
{% include 'scanpipe/includes/navbar_header.html' %}
{% include 'scanpipe/includes/messages.html' %}
{% include 'scanpipe/includes/breadcrumb_detail_view.html' with object_title="Settings" %}
{% include 'scanpipe/forms/form_errors.html' %}
{% include 'scanpipe/includes/project_settings_menu.html' %}
{% include 'scanpipe/forms/project_settings_form.html' %}
{% include "scanpipe/modals/project_webhook_add_modal.html" %} {% include "scanpipe/modals/project_webhook_delete_modal.html" %} {% if not project.is_archived %} {% include "scanpipe/modals/project_archive_modal.html" %} {% endif %} {% include "scanpipe/modals/project_reset_modal.html" %} {% include "scanpipe/modals/project_delete_modal.html" %} {% endblock %} {% block scripts %} {% endblock %}