{% extends "layout-with-topbar.html" %} {% block content %}

Pause and Resume

{% if matrix.pause %}

System paused. Click the button to resume it.

{% else %}

System is running. Click the button to pause it

{% endif %}

Process Termination

Click the button to terminate (or restart) the gateway.

{% endblock %}