{% extends "base.html" %} {% load url %} {% load static %} {% block title %}{{ object.workstation.slug }} Session - {{ block.super }}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Viewer Session

{% if unsupported_browser_message %}
{{ unsupported_browser_message }}
{% endif %} {% if object.status != object.STOPPED and object.status != object.FAILED %}

This session will expire in {{ object.expires_at|timeuntil }}.

{% endif %} {% endblock %} {% block script %} {{ block.super }} {{ object.workstation_url|json_script:"workstationUrl" }} {{ session_detail_url|json_script:"sessionDetailUrl" }} {% endblock %}