{% for s in services %} {% if s.1.0 == 'active' or s.1.0 == 'RUNNING' %} {% else %} {% if (s.1.0 == 'inactive' or s.1.0 == 'failed' or s.1.0 == 'activating' or s.1.0 == 'STOPPED') and 'is not installed' not in s.3 %} {% else %} {% endif %} {% endif %} {{s.0[0]|upper}}{{s.0[1:]}} {% if 'is not installed' in s.3 %} Install {% else %} {% endif %} {% if 'is not installed' not in s.3 %} {{ s.3 }} {% endif %} {{ s.2 }} {% endfor %}