{% extends 'infection_dating_tool/base.html' %} {% load bootstrap3 %} {% block content %}
{% if study %}

Edit study: {{ study.name }}

{% else %}

Create a new study

{% endif %}
{% csrf_token %} {% bootstrap_form form %}
{% endblock %}