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

General Statistics

{{ report.general_stats_html }}
{% endif %}