{% if link %} {% endif %} {% if item.task_id %} {{ item.task_id }} {% endif %} {{ item.title }} {% if link %} {% endif %}
{% set score_pct = (item.score * 100) | int if item.score <= 1 else ([item.score, 100] | min) | int %}
{% set filled = (score_pct / 20) | round(0, 'ceil') | int %}
{% for i in range(5) %}
{% endfor %}
{% if score_pct >= 80 %}Exact{% elif score_pct >= 60 %}High{% elif score_pct >= 40 %}Good{% elif score_pct >= 20 %}Fair{% else %}Low{% endif %}
{{ item.path }}
{{ category }}
{{ item.snippet | safe }}
{% endif %}