{% load helpers %} {% if nodes %} {% include 'ui/attrs/nested_object.html' with nodes=nodes linkify=linkify colored=False only %} {% elif linkify %} {{ value|linkify }} {% else %} {{ value }} {% endif %} {% if content_type %}
{{ content_type|bettertitle }}
{% endif %}