{% extends 'base.html' %} {% load widget_tweaks %} {% load static %} {% load crispy_forms_tags %} {% block content %}
{% crispy form %}
{% if data_type == "study" %} {% elif data_type == "assay" %} {% elif data_type == "dataset" %} {% else %} {% endif %}

{% endblock %}