{{ username }}

Zip file upload karo (koi size ho, chalega)

{% for a in apps %}
{{ a.name }} {% if a.running %}RUNNING{% else %}OFFLINE{% endif %}
{{ a.device or "—" }} {% if a.running %} {{ a.remaining_run_min }}m tak chalegi{% endif %} {% if not a.running and a.remaining_wake_min %} Auto-on me {{ a.remaining_wake_min }}m baaki{% endif %}
Auto-On (sleep ke baad wapas chalu)
Auto-Restart (crash hone par)
{% if a.running %} Stop Restart {% else %} Run Validate {% endif %} Logs
Delete
{% endfor %} {% if not apps %}

Koi app abhi tak upload nahi hui. Upar se ek zip upload karo.

{% endif %}