{% extends "cases/case_tabular_view.html" %} {% from "utils.html" import comments_panel, activity_panel %} {% from "cases/utils.html" import individuals_table, sex_table_cell_content %} {% from "variants/components.html" import gene_link %} {% from "variant/gene_disease_relations.html" import incomplete_penetrance_badge, inheritance_badge %} {% block title %} {{ super() }} {% endblock %} {% block css %} {{ super() }} {% endblock %} {% block top_nav %} {{ super() }}
No pedigree picture available.
{% endif %}| Sample | Sex | Phenotype | Paraphrase {{ region_name }} |
|---|---|---|---|
| {{ ind.display_name }} | {{ sex_table_cell_content(ind) }} | {{ ind.phenotype_human }} | {{ show_paraphrase_value(ind.paraphrase[region_name], ns.paraphrase_keys) }} |
| {{ subtable_key }} | {% endfor %}
|---|
| {% if subtable_key in paraphrase_value %}{{ show_paraphrase_value(paraphrase_value[subtable_key]) }}{% else %}-{% endif %} | {% endfor %}