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

DEBUG INFO

#} {#

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

#} {#

#} {#
#}
{% if status %} Server is UP {% else %} Server is DOWN {% endif %}
{% if status %}
Status
Up
MOTD
{{ status.motd }}
Version
{{ status.software }}
Players online ({{ status.numplayers }}/{{ status.maxplayers }})
{% if status.numplayers > 0 %}
    {% for p in status.players %}
  • {{ p }}
  • {% endfor %}
{% else %}
None at this time
{% endif %}
Main Map
{{ status.map }}
{% else %}
{{ instance.name }}
not available or not responding
{% endif %}