{% extends 'base.html' %} {% block title %}{{_("Centrifuge")}}{% end %} {% block extra_scripts %} {% end %} {% block content %}
{{_("project management")}}
{{ _("Structure storage") }}:   {{ storage }}
{{ _("PUB/SUB mechanism") }}:   {{ pubsub }}
{{ _("Nodes running") }}:   {{ node_count }}
{% end %}