{% if settings.show_graphs %}
{{ _('Server sessions') }}
{{ _('Transactions per second') }}
{{ _('Tuples in') }}
{{ _('Tuples out') }}
{{ _('Block I/O') }}
{% endif %} {% if settings.show_activity %} {# If we are displaying graphs then only we need space on top #} {% if settings.show_graphs %}
{% else %}
{% endif %}
{{ _('Server activity') }}
{% endif %} {% if not settings.show_graphs and not settings.show_activity %} {% endif %}