{# Semantic hint popover partial. Renders hint icons adjacent to object headings and popovers with similar object suggestions (label, kind, score, link to target). Template context: qmdc_semantic_hints: dict of obj_id → list of {label, kind, file, score, href} - score is a float 0-1, displayed as percentage (e.g. 0.85 → "85%") Requirements: 7.2, 7.3, 7.4, 12.5 #} {% if qmdc_semantic_hints %}
{% for obj_id, entries in qmdc_semantic_hints.items() %} {% if entries %}
{% endif %} {% endfor %}
{% endif %}