{% extends 'base/layout.html' %} {% load static %} {% block content %} {% if message %}
{% for line in message %}

{{ line | safe }}

{% endfor %}
{% else %}
Not able to get Proxbox Backend Service Status
{% endif %}
{% endblock %}