{% extends "layout_bs4.html" %} {% from "cases/collapsible_actionbar.html" import action_bar, research_modal, rerun_modal %} {% from "utils.html" import comments_panel, activity_panel, pedigree_panel %} {% from "cases/utils.html" import causatives_list, suspects_list, remove_form, matching_causatives, matching_managed_variants, beacon_modal %} {% from "cases/individuals_table.html" import cancer_individuals_table, individuals_table %} {% from "cases/phenotype.html" import cohort_panel, diagnosis_phenotypes, diagnosis_genes, phenotype_groups_panel, phenotype_terms_panel, phenotypes_panel %} {% from "cases/gene_panel.html" import genepanels_table, hpo_genelist_panel %} {% block title %} {{ super() }} - {{ institute.display_name }} - {{ case.display_name }} {% endblock %} {% block css %} {{ super() }} {% endblock %} {% block top_nav %} {{ super() }}
Status: {{case.status}}
Internal ID: {{case._id}}
No pedigree picture available.
{% endif %} {% endif %} {{ group_panel() }}This case is in MatchMaker!
{% else %}
This case is not yet in MatchMaker! Submission form
{% endif %} {% if case.mme_submission %} {{ modal_mme_delete() }} {% endif %}