{% 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 %} {% endif %} {% elif schema.type == 'array' %} {% else %} {% if schema.format == 'date-time' %} {{value|date:"DATETIME_FORMAT"}} {% else %} {{value}} {% endif %} {% endif %}