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