{# ####################### general_stats.html ########################## This block generates the General Statistics table at the top of the report. #} {% if report.general_stats_html['headers']|length > 0 %}
Sample Name | {%- for k, h in report.general_stats_html['headers'].items() %} {{ h }} {%- endfor -%}|
---|---|
{{ sn }} | {%- for k, h in report.general_stats_html['headers'].items() %} {{ r[k] if r[k] else '' }} {%- endfor -%} |