Server

{% if state.helix.running %} Running / pid {{ state.helix.pid }} / port {{ state.helix.port }} {% else %} Stopped {% endif %}

{% if state.participants %}
{{ state.participants.count }} identities
{% endif %} {% if state.genes %}
{{ "{:,}".format(state.genes.total) }} genes
{% endif %} {% if state.tools %}
{{ state.tools.count }} components
{% endif %}