{% load staticfiles %} {#
#} {#

DEBUG INFO

#} {#

#} {# RAW:{{ status }}#} {#

#} {#

#} {#
#}
{% if status %}
Server is UP

{{ instance.name }}: Up
Players: {{ status.numplayers }}/{{ status.maxplayers }}

{% else %}
Server is Down

{{ instance.name }} is down

{% endif %}