{% 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.title }}

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

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

{{ ver_old.title }}


{% with nt1.html_content|safe as object_content %} Name:{% autoescape off %} {{ diffs.0 }} {% endautoescape %}
{% if ver_old.altnames %} Alternate names: {% autoescape off %} {{ diffs.1 }} {% endautoescape %}
{% endif %} {% if ver_old.plural %} Plural Name: {% autoescape off %} {{ diffs.2 }} {% endautoescape %}
{% endif %} Content: {% autoescape off %} {{ diffs.3 }} {% endautoescape %}
{% if nt1.get_rendered_nbh.authors %}Authors: {% endif %} {% for author in nt1.authors.all %} {% if not forloop.last %}, {% endif %} {% endfor %}
{% endwith %} {% endblock %} {% endblock %}