{% extends "base.html" %} {% block title %}{{ texts["title_admin_graph"] }}{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

{{ texts["graph_heading"] }}

{{ texts["graph_summary_heading"] }}

{{ texts["graph_summary_column_title"] }} {{ texts["graph_summary_column_argument"] }} {{ texts["graph_summary_column_value"] }}
{% endblock %} {% block scripts %} {% endblock %}