...
{% if system.debug_mode or not system.env_good %}

Ambassador configuration {% if system.env_good -%}looks good{%- else -%}issues found{%- endif %}

{% for sys_name, sys_stat in system.env_status.items() | sort %} {% endfor %} {% endfor %}
System Specifics
{%- if sys_stat.status %} {{ sys_name }} passed {%- else %} ✗ {{ sys_name }} failed {%- endif -%} {% for status, text in sys_stat.specifics %} ✓ {%- else -%} style="color: red">✗ {%- endif -%} {{ text }}{%- if not loop.last -%}
{%- endif %}
{% endif %}