{% extends 'web/base.html' %} {% load bootstrap3 %} {% block title %}Studies{% endblock %} {% block flash %} {% if form.errors %} {% endif %} {% if next %} {% endif %} {% endblock %} {% block content %}

Suggested Studies

{% bootstrap_messages %}

Here are some studies that we're currently running:

{% for obj in object_list %} {% empty %}

We are not running any studies at this time!

{% endfor %}
{% endblock %}