Test
{% bootstrap_form form %}
{% if test %}
{% bootstrap_form user_default_property_form show_label=False %}
{% endif %}
Test property estimates
{% if not test %}
{% for formset_form in user_estimates_formset %}
{{ formset_form.id }}
| {% bootstrap_field formset_form.estimate_label show_label=False %} |
{% bootstrap_field formset_form.detection_threshold show_label=False %}
|
{% bootstrap_field formset_form.diagnostic_delay show_label=False %}
|
{% bootstrap_field formset_form.diagnostic_delay_sigma show_label=False %} |
{% bootstrap_field formset_form.comment show_label=False %} |
{% endfor %}
{% else %}
{% if not test.user %}
System default estimates are shown in red
{% endif %}
{% endif %}