{% extends 'portal.html' %} {% load add_class %} {% block title %} {{ assessment }} - BMD Logic - {{crud}} {{ object}} | HAWC {% endblock title %} {% block breadcrumbs %}
  • {{ assessment }}/
  • BMD Settings/
  • {{ crud }} /
  • {% endblock %} {% block content %}
    Update BMD Logic: {{ object.name }} {{ object.description }}
    {{ form.non_field_errors|add_class:"alert alert-error" }}
    {{form.failure_bin.label_tag|add_class:"control-label"}}
    {{form.failure_bin}} {{form.failure_bin.help_text}}
    {{form.failure_bin.errors|add_class:"alert alert-error"}}
    {{form.threshold.label_tag|add_class:"control-label"}}
    {{form.threshold}} {{form.threshold.help_text}}
    {{form.threshold.errors|add_class:"alert alert-error"}}

    Enable test for various dataset types

    {{form.continuous_on.label_tag}} {{form.dichotomous_on.label_tag}} {{form.cancer_dichotomous_on.label_tag}}
    {{form.continuous_on}} {{form.dichotomous_on}} {{form.cancer_dichotomous_on}}
    Cancel
    {% csrf_token %}
    {% endblock %}