{# ####################### general_stats.html ########################## This block generates the General Statistics table at the top of the report. #} {% if not config.skip_generalstats: %}

General Statistics

{% if config.section_comments.general_stats is not none and config.section_comments.general_stats | length > 0 %}
{{ config.section_comments.general_stats }}
{% endif %} {{ report.general_stats_html }}
{% endif %}