{% extends "page_base.html" %} {% block page_title %}Status{% endblock %} {% block page_head %} {% endblock page_head %} {% block content %}
Manager Configuration

Partners

{% for p in spline.partners %} {% endfor %}
{% if p.weblink %} {{ p.name }} {% else %} {{ p.name }} {% endif %}
 
Service Port: {{ p.service_port }}
Booted At: {{ p.boottime }}
Configuration: {{ p.config_file }}
 
{% endblock %}