{%load static %} {% load cache %} {% load flatpages %} {% load minecraft %} {% get_static_prefix as STATIC_PREFIX %} {% block title %}Caminus{%endblock%} - Caminus {% if user.is_authenticated %} {% endif %}
{% block main %} {% endblock main %}

World Status

Current time:
{% for server in minecraft_servers %} Live Map

{{server.hostname}}:{{server.port}}

    {% if server.online_players %} {% for player in server.online_players%}
  • {{player}}
  • {% endfor %} {% else %}
  • Nobody...
  • {% endif %} {% endfor %}