/dev/lock

{% if locked_status == "locked" %} The door is locked. {% else %} The door is unlocked. {% endif %}

{% if open_status == "open" %} The door is open. {% else %} The door is closed. {% endif %}

{% if ret_message != "" %}
{{ret_message}}
{% endif %}

Pagehits: {{debug_counter}}