{% 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_dict.title }} {{ nt.id }}.{{ cnt }}

{% with nt.html_content|safe as object_content %} Name:{{ ver_dict.title }}
{% if ver_dict.altnames %} Alternate names:{{ ver_dict.altnames}}
{% endif %} {% if ver_dict.plural %} Plural Name:{{ ver_dict.plural }}
{% endif %} {% if nt.get_rendered_nbh.authors %}Authors: {% endif %} {% for author in nt.authors.all %} {% if not forloop.last %}, {% endif %} {% endfor %}
{% endwith %} {% endblock %} {% endblock %}