{% extends "infection_dating_tool/base.html" %} {% load bootstrap3 %} {% load js_reverse %} {% block content %}

Calculation parameters: EP- & LP-DDI will {% if credibility_interval.calculate_ci %}represent {{ confidence_level }}% Credibility Intervals{% else %}be based on Median diagnostic delays{% endif %}

{% csrf_token %}
Viral load growth rate estimate
{% bootstrap_field form.growth_rate show_label=False %}
Fiebig et al. (AIDS 2003): 0.35 log10 copies/ml/day
Calculate DDI bounds:
{% bootstrap_field form.calculate_ci show_label=False %}
Significance level (alpha) for credibility intervals
{% bootstrap_field form.alpha show_label=False %}
Reset to defaults

Your tests

{% for test in user_tests %} {% endfor %}
Name Category
{{ test.name }} {{ test.get_category_display }} Edit

Global tests

{% for category, tests in global_tests.items %} {% if tests %} {% for test in tests %} {% endfor %}

{{ category }}

{{ test.name }} Edit
{% endif %} {% endfor %}
{% endblock %}