{% extends "base1.html" %}
{% block main-content %}
ตอนนี้ ไฟกำลัง {% if status0 %}เปิด{% else %}ปิด{% endif %} อยู่
{% if status1 %}ควรจะไปรดน้ำต้นไม้และนะ แต่ไม่ต้องรีบร้อนมาก{% else %}น้ำยังเยอะอยู่ ไม่ต้องรดหรอก{% endif %}
{% if status2 %}รดน้ำต้นไม้ด่วนๆๆๆๆ{% else %}ไม่ต้องรีบรดมาก{% endif %}
{% endblock %}