{% extends "base.html" %} {% block title %}Owlbot Session{% endblock %} {% block content %}

Owlbot Session

{% if session is none %}

There is no active Owlbot session for this browser.

Run {{ command_prefix }}connect in chat and try again.

{% else %}

This browser has an active Owlbot session for {{ session.user.display_name }} ({{ session.user.id }}).

This Owlbot session expires at {{ session.expires_at.isoformat() }}.

{% endif %} {% endblock %}