{% load i18n comments gstudio_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_nbh_dict.title }} {{ nt.id }}.{{ version_no }}

{% with nt.html_content|safe as object_content %} Name: {{ ver_nbh_dict.title }}
{% if ver_nbh_dict.plural %} Plural Name: {{ ver_nbh_dict.plural}}
{% endif %} {% if ver_nbh_dict.altnames %} Alternate names: {{ ver_nbh_dict.altnames}}
{% endif %} {% if ver_nbh_dict.member_of %} Member of : {% for mkey,mvalue in ver_nbh_dict.member_of.items %} {{mkey}}; {% endfor %}
{% endif %} {% if ver_nbh_dict.relations %} {% for relkey,relvalue in ver_nbh_dict.relations.items %} {{relkey}}: {% for relk, relv in relvalue.items %} {{relk}}; {% endfor %}
{% endfor %} {% endif %} {% if ver_nbh_dict.attributes %} {% for atkey,atvalue in ver_nbh_dict.attributes.items %} {% if atvalue %} {{atkey}}: {% for items in atvalue %} {{items}}; {% endfor %} {% endif %}
{% endfor %} {% endif %} Authors: {% for author in nt.authors.all %} {% if not forloop.last %}, {% endif %} {% endfor %}
{% endwith %} {% endblock %} {% endblock %}