{% 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"] }}

{{ texts['graph_table_heading'] }}

{{ texts['graph_table_sort_hint'] }}

{{ texts['graph_table_topic'] }} {{ texts['graph_table_argument'] }} {{ texts['graph_table_votes'] }} {{ texts['graph_table_average'] }} {{ texts['graph_table_highest'] }} {{ texts['graph_table_lowest'] }}
{% endblock %} {% block scripts %} {% endblock %}