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

Assay not linked to {{investigation.name}}

{% csrf_token %} {{ form.errors }} {{ form.non_field_errors }} {% for obj in form %} {% for exp in obj %} {% empty %} {% endfor %} {% endfor %}
Assay Name
{{ exp }}
All Assay already linked



{% endblock %}