{% extends 'base_refresh.html' %} {% block content %}
{{ gettext("Machine status") }}: {{ text }}
{% if mac.active_user() != None %}
{{ gettext("In use by:") }} {{ mac.active_user().name }}
Board IP: {{ mac.active_board().ip_address }}
{% endif %}