{% if status == 1 %}
{% trans "Connection Error" %}
{% trans "Unable to connect to docker daemon, please try restarting docker from service page" %}
{% else %}
{% trans "Permission Denied" %}
{% trans "You do not have sufficient permissions to access this page" %}
{% endif %}
{% else %}
{% trans "Docker is currently not installed on this server. To manage containers, you must first install it." %}
{% if status == 1 %}
{% else %}
{% trans "You do not have permissions to install Docker. Please contact your system administrator" %}