{% extends "report_base.html" %}
{% block body %}
| HGNC id | Gene name | Disease associated transcripts | Reduced penetrance | Mosaicism | Entry version | Inheritance | |
| {{loop.index}} | {{gene.hgnc_id}} | {{ gene.symbol }} | {{ gene.disease_associated_transcripts|join(', ') }} | {{ 'Reduced penetrance' if gene.reduced_penetrance }} | {{ 'Mosaicism' if gene.mosaicism}} | {{ gene.database_entry_version }} | {{ gene.inheritance_models|join(', ') }} |