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