{% extends "base.html" %} {% block content %}
| robot name | robot location | items this robot is holding | robot is using tools (robot cannot perform any other actions if it is using tools) |
|---|---|---|---|
| robot {{agent.id}} | {{agent.location}} | {{agent.hold}} | {{agent.occupy}} |
| location name | objects inside the location | location is in use (cannot activate the location if it is in use) |
|---|---|---|
| {{tool.id}} | {{tool.objects}} | {{tool.occupy}} |