{% extends "default.html" %} {% block title %} {{SITE_NAME}} - Live {% endblock %} {% block content %} {% if error %} {% endif %} {% if msg %} {% endif %}

Live

{% for id, link, thumb, name, title, viewers in live %} {% if v and v.admin_level > 1 %} {% endif %} {% endfor %}
{{name}} thumbnail {{name}} {{title}} {{viewers}} watching

Offline

{% for id, link, thumb, name, minutes, actual, views in offline %} {% if v and v.admin_level > 1 %} {% endif %} {% endfor %}
{{name}} thumbnail {{name}} {{actual}} ago {{views}} views
{% if v and v.admin_level > 1 %}
{% endif %}


{% endblock %}