{% extends "base.html" %} {% load url %} {% load static %} {% block title %}{{ object.workstation.slug }} Session - {{ block.super }}{% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content %}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 %}