{% extends "template.html" %} {% block content %}
Available datasets
{% if not datasets %}

No training sets available. Please upload.

{% endif %} {% if datasets %}
{% endif %}
Profiling parameters

Set the biological profiling parameters.

{% endblock %}