{% extends "layout.html" %} {% block container %}
{% if command_status['result'] == 'success' %}
Success!!! Your encrypted PostgreSQL server is stopped.
{% elif command_status['result'] == 'fail' %}
Fail!!! {{ command_status['vault_status'] }}
{% else %}
Current PostgreSQL Server Status = {{ sg_status['mysql']|safe }}
{% if 'Not Running' in sg_status['mysql'] %}
Your Encrypted PostgreSQL Server is already stopped.
{% else %}
{% endif %} {% endif %}
{% endblock %}