{% load tagging_tags comments i18n %} {% load i18n gstudio_tags %}

{% ifequal object.ref.get_nbh.member_of|slugify 'nodetype-ot-document' %} {{object.title}}  is a Document {% else %} {% ifequal object.ref.get_nbh.member_of|slugify 'nodetype-ot-image' %} {{object.title}}  is an Image {% else %} {% ifequal object.ref.get_nbh.member_of|slugify 'nodetype-ot-video' %} {{object.title}}  is a Video {% else %} {% ifequal object.ref.get_nbh.member_of|slugify 'nodetype-ot-topic' %} {{object.title}}  is a Topic of a Loom-thread {% else %} {% ifequal object.ref.get_nbh.member_of|slugify 'nodetype-ot-section' %} {{object.title}}  is a Section of a wiki-page {% else %} {% ifequal object.ref.get_nbh.member_of|slugify 'nodetype-ot-reply' %} {% for eachobject in object.ref.prior_nodes.all %} {% if eachobject.ref.prior_nodes.all %} {% for eachobject1 in eachobject.ref.prior_nodes.all %} {% if eachobject1.ref.prior_nodes.all %} {% for eachobject2 in eachobject1.ref.prior_nodes.all %} {{object.title}}  is a Reply {% endfor %} {% else %} {{object.title}}  is a Reply {% endif %} {% endfor %} {% else %} {{object.title}}  is a Reply {% endif %} {% endfor %} {% else %} {% ifequal object.ref.get_nbh.member_of|slugify 'nodetype-ot-subsection' %} {% for eachobject in object.ref.prior_nodes.all %} {{object.title}}  is a Subsection of a Section wiki-page {% endfor %} {% else %} {{ object.title }} {% endifequal %} {% endifequal %} {% endifequal %} {% endifequal %} {% endifequal %} {% endifequal %} {% endifequal %}

{% if object.ref.authors.count %} {% trans "Contributed by" %} {% for author in object.ref.authors.all %} {% if not forloop.last %}, {% endif %} {% endfor %} {% trans "on" %} {% else %} {% trans "Contributed by" %} {% endif %} {{ object.creation_date|date:"DATE_FORMAT" }}