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

All GC/LC-MS peaks

{% load render_table from django_tables2 %} {% load bootstrap3 %} {% if filter %}
{% bootstrap_form filter.form layout='inline' %} {% bootstrap_button 'filter' %}
{% endif %}
{% render_table table 'django_tables2_column_shifter/bootstrap3.html' %}
{% endblock %}