{% extends 'base.html' %} {% load widget_tweaks %} {% block content %} {% if parent%}

Add a new {{item}} to {{parent.name}}

{%else%}

Add a new project

{%endif%} {% load crispy_forms_tags %} {% if not project %}
{%elif not investigation%} {% elif not study and not assay %} {% elif not assay %} {% else %} {%endif%} {% csrf_token %} {% crispy form %}
{% endblock %}