{% load i18n %} {# Use variables directly from the context #}
{{ avg_time_to_hire_days|default:0 }} {% trans "Days" %}
{# Inject the final, calculated degrees directly into the style attribute #}
{% trans "Target:" %} **{{ gauge_target_days }}** {% trans "Days" %} | {% trans "Max Scale:" %} {{ gauge_max_days }} {% trans "Days" %}