{# Partial: status cell for one module row on the index page. Swaps itself (outerHTML) every 3s while running; stops when idle. #} {% if module.running %} running {% elif not module.enabled %} disabled {% elif module.last_status %} {{ module.last_status }} {% else %} never ran {% endif %}