{% load i18n %}
{% load translations_tags %}
{% if not schema.type %}
{% if raw.type == 'thumbnail' %}
{% elif raw.type == 'link' %}
{{ raw.text }}
{% else %}
{% gn_translate property %}
{% endif %}
{% elif schema.type == 'object' %}
{% if value.items|length == 2 and value.id and value.label %}
{{value.label.value}}
{% else %}