{% extends "base.html" %} {% block title %}warhawk-watch{% endblock %} {% block content %}
Polling warhawk.io every {{ poll_interval }}s. You'll get an email at {{ current_user['email'] }} on appear/disappear.
| Account name | Status | |
|---|---|---|
| {{ u['account_name'] }} | {{ 'online' if u['is_online'] else 'offline' }} | |
| No watched users yet. | ||
| Match type | Value | Status | |
|---|---|---|---|
| {{ s['match_type'] }} | {{ s['match_value'] }} | {{ 'up' if s['is_up'] else 'down' }} | |
| No watched servers yet. | |||