{% extends 'lib/base.html' %} {% load static %} {% block body %}
{% include "lib/messages.html" %} {% include 'plotting/plot_history.html' %} {% include 'lib/table.html' %}
{% include 'plotting/plot_pie_chart.html' %} {% include 'lib/summary_facts.html' %} {% include 'plotting/plot_trend.html' %}
{% endblock %}