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

{% trans "An error has occured." %}

{% ifequal code "111" %}

{% blocktrans with "XML-RPC" as stype %}{{stype}} server is unreacheable.{% endblocktrans %}
{% blocktrans with "service mss-agent status" as cmd %}Check the service status with the {{ cmd }} command.{% endblocktrans %}

{% endifequal %}
{% endblock %}