| {{ row.var }} |
{{ "{:,}".format(row.total) }} |
{{ good.pct }} |
{% if susp.n > 0 %}{% if susp.pct > 0 %}{{ susp.pct }}{% else %}<0.1% ({{ susp.n }}){% endif %}{% else %}–{% endif %} |
{% if bad.n > 0 %}{% if bad.pct > 0 %}{{ bad.pct }}{% else %}<0.1% ({{ bad.n }}){% endif %}{% else %}–{% endif %} |
{% if interp.n > 0 %}{% if interp.pct > 0 %}{{ interp.pct }}{% else %}<0.1% ({{ interp.n }}){% endif %}{% else %}–{% endif %} |
{% if miss.n > 0 %}{% if miss.pct > 0 %}{{ miss.pct }}{% else %}<0.1% ({{ miss.n }}){% endif %}{% else %}–{% endif %} |
{% for f in row.flags %}{% if f.pct > 0 %}
{% endif %}{% endfor %}
|
{% endfor %}