{% extends 'lib/base.html' %} {% block body %} {% include "lib/summary_facts.html" %}
{% include 'plotting/plot_history.html' %}

Sport Distribution

{% include 'plotting/plot_pie_chart.html' %}

Sport Trend

{% include 'plotting/plot_trend.html' %}
{% include 'lib/table.html' %} {% endblock %}