{% load static %} {% block title %}NMR peak{% endblock %} {% load static %}
{% block sidebar %} {% endblock %}
{% block content %} {% if spectrum_list %}
{% csrf_token %}

Choose the spectra for support vector machine

{% for spectrum in spectrum_list %}
{% csrf_token %}
{% csrf_token %}
{% endfor %} {% else %}

No spectra are available.

{% endif %}

You have visited this page {{ num_visits }}{% if num_visits == 1 %} time{% else %} times{% endif %}.

{% endblock %}