{% extends "base.html" %} {% block bodydata %} data-project-id="{{project.id}}"{% endblock %} {% block title %} | Project: {{project.name}}{% endblock %} {% block main %}
{% include 'snippets/messages.html' %}

Project Settings

{% csrf_token %}

Be careful!

Archive the project

The project will be no longer accessible.

Archive
Activate the project

The project will accessible again.

Activate
Make the project public

Make this project visible to the general public.

Make public
Make the project private

Hide this project from the public.

Make private
Delete project

Deleting a project can not be undone and will delete all data contributed to the project.

Delete this project
{% endblock %} {% block modals %} {% endblock %} {% block libraries %} {% endblock %}