{% extends "library/base.html" %} {% block title %}Use in a project | clrnoise{% endblock %} {% block content %}

Project assignment

Use in a project

{{ paper.title }}

Cancel
{% csrf_token %} {# ── Existing projects ──────────────────────────────────────────────────── #}

Select projects

Add to existing projects

{{ all_projects|length }} project{{ all_projects|length|pluralize }}
{% if all_projects %}

Check every project this paper belongs to. Unchecking removes it.

{% for project in all_projects %} {% endfor %}
{% else %}

No projects yet

Create your first project using the form on the right.

{% endif %}
{# ── Create new project ─────────────────────────────────────────────────── #}

Or start fresh

Create a new project

A one-line framing of what this review covers.

Cancel
{% endblock %}