{% extends 'NMR/index.html' %} {% block content %} {% if peak_list %} {% for peak in peak_list %} {% if peak.id != Null %} {% endif %} {% endfor %}
Peaks {{ count }}

{{ peak.pid }}

{{ peak.id }}
{% endif %} {% if non_peak_list %} {% for peak in non_peak_list %} {% if peak.id != Null %} {% endif %} {% endfor %}
Non-Peaks {{ non_count }}

{{ peak.pid }}

{{ peak.id }}
{% endif %} {% endblock %}