{{ title }}
Active Connections {{ active }}
{% set percentage = (active / max_allowed * 100) | round(1) %}
{{ active }} / {{ max_allowed }}

Peak:
{{ peak }}
Max Allowed:
{{ max_allowed }}