{% if step_summary.table_dict is defined %} {% if step_summary.table_dict.id == "marker_genes" %} {% include "./html/utils/table_script/rna.html" %} {% elif step_summary.table_dict.id == "clonetypes" %} {% include "./html/utils/table_script/vdj.html" %} {% elif step_summary.table_dict.id == "variant" %} {% include "./html/utils/table_script/snp.html" %} {% endif %}

{{step_summary.table_dict['title']}}

{{step_summary.table_dict['table'] | safe}}
{% endif %}