{% extends "main.html" %} {% block content %}

Reports

{% for report in data.reports %} {% endfor %}
ID Type Data
{{ report }} {{ data.reports[report].type }} {{ data.reports[report] }}

Bot

Status: {% if data.status %} {% else %}
Ignore this if you are running twb.py yourself {% endif %}

Current session: {{session.endpoint}}

{% endblock %} {% block scripts %} {% endblock %}