{% extends "library/base.html" %}
{% block title %}{% if is_update %}Edit project{% else %}New Project{% endif %} | clrnoise{% endblock %}
{% block content %}
Literature review project
{% if is_update %}
Update the project focus, description, or paper selection below.
{% else %}
Set the review focus, then select papers from the internal database to generate a reusable project workspace.
{% endif %}
{% if is_update %}Edit "{{ form.instance.name }}"{% else %}Build a project from your paper library{% endif %}