Ambassador configuration {% if system.env_good -%}looks good{%- else -%}issues found{%- endif %}
System | Specifics | {% for sys_name, sys_stat in system.env_status.items() | sort %}
{%- 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 %} |
{% endfor %}