{% block head %}{% endblock %}
Central
{% if operator %}
Dashboard
Adapters
Streams
{{ operator.username }}
Change Password
Logout
{% else %}
Login
{% endif %}
{% if error %}
{{ error }}
{% endif %} {% if success %}
{{ success }}
{% endif %} {% block content %}{% endblock %}