{# Direct company-posting link badge. Renders only when job.direct_url is set. Green to stand apart from the indigo aggregator badges. A 'loose'-confidence link is tagged 'likely' so strict-vs-loose quality is eyeball-able. #} {% if job.direct_url %} 🏢 Company posting → {% if job.direct_url_confidence == 'loose' %} likely {% endif %} {% endif %}