{{ app_title }} |
|
|
{% if app not in conf['apps'] %} N/A{% elif is_service_started(app) %}Spuštěna{% else %}Zastavena{% endif %} |
{% if app not in conf['apps'] %}Instalovat{% else %}{% if is_service_started(app) %}Zastavit{% else %}Spustit{% endif %}, Odinstalovat{% endif %} |