{% if entry["IV"] >= 0.1 %}
{{ entry["IV"]|round(2) }}
{{entry['IVInsight']}}
{% else %}
{{ entry["IV"]|round(2) }}
{{entry['IVInsight']}}
{% endif %}