{% load bootstrap3 %} {% if form_selection == 'specify' %}
{% csrf_token %}
Start of infectious period relative to origin/zero of diagnostic scale (days)
{% bootstrap_field specify_form.infectious_period_input show_label=False %}
{% elif form_selection == 'calculate' %}
{% csrf_token %}
Viral growth rate (log10/day)
{% bootstrap_field calculate_form.viral_growth_rate show_label=False %}
Viral load at origin/zero of diagnostic delay scale
{% bootstrap_field calculate_form.origin_viral_load show_label=False %}
Viral load at start of infectious period
{% bootstrap_field calculate_form.viral_load show_label=False %}
{% if form_selection == 'calculate' %} Reset to defaults {% endif %}
{% endif %}