Test
{% bootstrap_form form %}
Test property estimates
| Estimate label |
Diagnostic delay |
Detection threshold (c/ml) |
Comment |
{% for formset_form in user_estimates_formset %}
{{ formset_form.id }}
| {% bootstrap_field formset_form.estimate_label show_label=False %} |
{% bootstrap_field formset_form.diagnostic_delay show_label=False %}
|
{% bootstrap_field formset_form.detection_threshold show_label=False %}
|
{% bootstrap_field formset_form.comment show_label=False %} |
{% endfor %}