{% macro update_submission_status_form(institute, subm_obj) %}
{% endmacro %} {% macro hgvs_choices(tx_hgvs)%} {{ tx_hgvs.label(class="fw-bold, text-dark") }} ? VariantValidator

{% for item_row in tx_hgvs | batch(3) %} {% for item in item_row %} {% set ns = namespace(label='', validated=false, mane_select=false, mane_plus_clinical=false) %} {% if "_validated_" in item.label.text %} {% set ns.validated = true %} {% endif %} {% if "_mane-select_" in item.label.text %} {% set ns.mane_select = true %} {% endif %} {% if "_mane-plus-clinical_" in item.label.text %} {% set ns.mane_plus_clinical = true %} {% endif %} {% set ns.label = item.label.text | replace("_validated_", "") | replace("_mane-select_", "") %} {% endfor %} {% endfor %}

50 %} data-bs-toggle="tooltip" title="{{ns.label}}">{{ ns.label|truncate(25,true,'..') }} {% else %} >{{ ns.label }} {% endif %} {% if ns.mane_select %} MANE SELECT {% endif %} {% if ns.mane_plus_clinical %} MANE PLUS CLINICAL {% endif %} {% if ns.validated %} {% endif %}

{% endmacro %} {% macro condition_identifiers(var_form) %}
{{ var_form.condition_type.label(class="fw-bold, text-dark")}}*

{{ var_form.conditions.label(class="fw-bold, text-dark")}} *?
{{ var_form.multiple_condition_explanation.label(class="fw-bold, text-dark")}} ?
{{ var_form.omim_terms.label(class="fw-bold, text-dark" )}}


{{ var_form.orpha_terms.label(class="fw-bold, text-dark") }}


{{ var_form.hpo_terms.label(class="fw-bold, text-dark" )}}
{% endfor %}
{% endmacro %} {% macro observations(cdata_forms, var_type) %} {% endmacro %}