{% if results is defined %} {% for line in results %} {% endfor %}
{{ line.name }} {% if line.value is number %}{{ line.value | round(2, 'floor') }}{% else %}{{ line.value }}{% endif %} {% if line.fraction is not none %}{{ "%0.2f" % ( 100.0 * line.fraction ) }}%{% endif %}
{% else %} Don't panic {% endif %}