{% load i18n comments gstudio_tags %} {% load gstudio_tags i18n %} {% get_tags as nodetype_tags %} {% load adminmedia grp_tags %} {% load gstudio_tags i18n %} {% get_tags as nodetype_tags %} {% load adminmedia grp_tags %} {% block blockbots %} {% endblock %} {% block stylesheets %} {% if LANGUAGE_BIDI %} {% endif %} {% endblock %} {% block extrastyle %}{% endblock %} {% block javascripts %} {% block extrahead %}{% endblock %} {% endblock %} {% block meta %}{% endblock %} {% block link %}{% endblock %} {% block script %}{% endblock %} Gnowledge Studio - {% block title %}{% endblock %} {% include "gstudio/_header.html" %}

{% block content %} {% block nodetype-content %}

{{ ver_new_dict.title }} {{ nt.id }}.{{ version_no1 }}

{% with nt.html_content|safe as object_content %}
Name: {{ ver_new_nbh_dict.title }}
{% if ver_new_nbh_dict.plural or ver_old_nbh_dict.plural %} Plural Name: {{ ver_new_nbh_dict.plural}}
{% endif %} {% if ver_new_nbh_dict.altnames or ver_old_nbh_dict.altnames%} Alternate names: {{ ver_new_nbh_dict.altnames}}
{% endif %} {% if ver_new_nbh_dict.member_of or ver_old_nbh_dict.member_of %} Member of : {% for mkey,mvalue in ver_new_nbh_dict.member_of.items %} {{mkey}}; {% endfor %}
{% endif %} {% if ver_new_nbh_dict.relations or ver_old_nbh_dict.relations %} {% for relkey,relvalue in ver_new_nbh_dict.relations.items %} {{relkey}}: {% for relk, relv in relvalue.items %} {{relk}}; {% endfor %}
{% endfor %} {% endif %} {% if ver_new_nbh_dict.attributes or ver_old_nbh_dict.attributes%} {% for atkey,atvalue in ver_new_nbh_dict.attributes.items %} {% if atvalue %} {{atkey}}: {% for items in atvalue %} {{items}}; {% endfor %} {% endif %}
{% endfor %} {% endif %} {% if ver_new_nbh_dict.content or ver_old_nbh_dict.content %} Content:{{ ver_new_nbh_dict }}
{% endif %} {% endwith %} {% endblock %} {% endblock %}

{% block content1 %} {% block nodetype-content1 %}

{{ ver_old_dict.title }} {{ nt.id }}.{{ version_no2 }}


{% with nt.html_content|safe as object_content %} Name:{% autoescape off %} {{ compare_dict.title }} {% endautoescape %}
{% if ver_old_nbh_dict.plural or ver_new_nbh_dict.plural %} Plural Name: {% autoescape off %} {{ compare_dict.plural }} {% endautoescape %}
{% endif %} {% if ver_old_nbh_dict.altnames or ver_new_nbh_dict.altnames %} Alternate names: {% autoescape off %} {{ compare_dict.altnames }} {% endautoescape %}
{% endif %} {% if ver_new_nbh_dict.member_of or ver_old_nbh_dict.member_of %} Member of: {% autoescape off %} {{ compare_dict.member_of }} {% endautoescape %}
{% endif %} {% if ver_new_nbh_dict.relations or ver_old_nbh_dict.relations %} {% for relkey,relvalue in compare_dict.relations.items %} {{relkey}}: {% autoescape off %} {{ relvalue }} {% endautoescape %}
{% endfor %} {% endif %} {% if ver_old_nbh_dict.attributes or ver_new_nbh_dict.attributes %} {% for relkey,revalue in compare_dict.attributes.items %} {{relkey}}: {% autoescape off %} {{ revalue }} {% endautoescape %}
{% endfor %} {% endif %} {% if ver_new_nbh_dict.ats or ver_old_nbh_dict.ats %} Subjecttype of: {% autoescape off %} {{ compare_dict.ats }} {% endautoescape %}
{% endif %} {% if ver_new_nbh_dict.content or ver_old_nbh_dict.content %} Content: {% autoescape off %} {{ compare_dict.content }} {% endautoescape %}
{% endif %} {% endwith %} {% endblock %} {% endblock %}