Toggle navigation
cstar_perf
View Tests
{% if user_is_authenticated() %}
New Test
Clusters
{% for c in clusters %}
{{c}}
{% endfor %}
{% endif %}
{% if user_is_authenticated() %}
{{get_user_id()}}
Your Tests
Your Profile
Logout
{% else %}
Sign in
{% endif %}
{% block body %} {% endblock %}