{% extends "base.html" %} {% block title %}{{ texts["title_admin_graph"] }}{% endblock %} {% block extra_head %} {% endblock %} {% block content %} {{ texts["graph_heading"] }} {{ texts["button_back_to_dashboard"] }} {{ texts["graph_metric_label"] }} {{ texts["graph_metric_average"] }} {{ texts["graph_metric_max"] }} {{ texts["graph_metric_min"] }} {{ texts["graph_summary_heading"] }} {{ texts["graph_summary_column_title"] }} {{ texts["graph_summary_column_argument"] }} {{ texts["graph_summary_column_value"] }} {% endblock %} {% block scripts %} {% endblock %}