{% extends 'base.html' %} {% load i18n %} {% block content %}
{% ifequal xmlrpc_errno 111 %}

{% trans "MSS agent is unreacheable." %}
{% blocktrans %}Check the service status with the service mss-agent status command.{% endblocktrans %}

{% else %}

{{ xmlrpc_error }}

{% endifequal %}
{% endblock %}