{{ option.entity.name }}
{{ option.entity.entity_type }}
{% if option.is_suggested %}
Suggested
{% endif %}
{% if option.entity.description %}
{{ option.entity.description }}
{% endif %}
{% if option.is_suggested and option.score is not none %}
Match score {{ option.score | round(2) }}
{% endif %}