{% extends 'base.html' %} {% load i18n %} {% block content %} {% trans "An error has occured." %} (#{{ xmlrpc_errno }}) {% 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 %} {% trans "Home page" %} {% endblock %}
{% trans "MSS agent is unreacheable." %} {% blocktrans %}Check the service status with the service mss-agent status command.{% endblocktrans %}
{{ xmlrpc_error }}