{% 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 %}
Pagehits: {{debug_counter}}