{% extends "bootstrap_global.html" %} {% from "clinvar/components.html" import condition_identifiers, hgvs_choices, observations %} {% block css %} {{ super() }} {% endblock %} {% block head %} {{ super() }} {% endblock head %} {% block content %} {% if variant_data.var_obj.category in ["snv", "cancer"]%} {% set var_category = 'snv' %} {% else %} {% set var_category = 'sv' %} {% endif %}