{% extends "base.html" %} {% block title %}{{ station.name }} - SW Labs Management{% endblock %} {% block content %}
Lab: {{ station.lab.name }}
Description: {{ station.description or 'No description available' }}
Status:
{% if station.is_occupied %}
Occupied
{% else %}
Available
{% endif %}
{{ device.ip_address }}
Loading device status...