{% extends "base.html" %} {% block title %}SW Labs Management System{% endblock %} {% block content %}
Total Labs
Total Stations
Available Stations
Occupied Stations
{{ lab.location or 'Location not specified' }} {% if lab.description %} | {{ lab.description }}{% endif %}
{{ station.description or 'No description' }}