{% extends "gstudio/base.html" %} {% load i18n comments gstudio_tags %} {% block title %}{{ object.title }}{% endblock %} {% block meta-description %}{% if object.excerpt %}{{ object.excerpt|striptags }}{% else %}{{ object.content|striptags|truncatewords:100 }}{% endif %}{% endblock %} {% block meta-keywords %}{% if object.tags %}{{ object.tags }}{% else %}{{ block.super }}{% endif %}{% endblock %} {% block link %} {{ block.super }} {% with object.previous_nodetype as previous_nodetype %}{% if previous_nodetype %} {% endif %}{% endwith %} {% with object.next_nodetype as next_nodetype %}{% if next_nodetype %} {% endif %}{% endwith %} {% with year=object.creation_date|date:"Y" month=object.creation_date|date:"m" day=object.creation_date|date:"d" %} {% endwith %} {% endblock %} {% block content %} {% block nodetype-content %}
{% if object.reftype == 'Objecttype' %}
Add Attribute for:
{% for key,value in object.get_at_url_add.items %}
{{key}}
{% endfor %}
Add Relations:(
)
{% for i in object.getrt %}
{{ i }}
{% trans "Pingbacks are open." %}
{% else %}{% trans "Pingbacks are closed." %}
{% endif %} {% endwith %}
{% trans "Comments" %}
{% with object.comments as comment_list %} {% if comment_list.count %}{% for comment in comment_list %}-
{% if comment.url %}
{{ comment.user_name }}
{% else %}
{{ comment.user_name }}
{% endif %}
{% trans "on" %} {{ comment.submit_date|date:"SHORT_DATETIME_FORMAT" }}
{{ comment.comment|linebreaks }}
{% endfor %}
{% if not object.comments_are_open %}{% trans "Comments are closed." %}
{% endif %} {% else %} {% if object.comments_are_open %}{% trans "No comments yet." %}
{% else %}{% trans "Comments are closed." %}
{% endif %} {% endif %} {% endwith %}