{% if 0 != rule_result_stats.pass %}
{{ rule_result_stats.pass }} Pass
{% endif %}
{% if 0 != rule_result_stats.fail %}
{{ rule_result_stats.fail }} Fail
{% endif %}
{% if 0 != rule_result_stats.other %}
{{ rule_result_stats.other }} Other
{% endif %}