{% extends "gstudio/base.html" %} {% load i18n comments gstudio_tags %} {% load adminmedia grp_tags %} {% load gstudio_tags %} {% load pagination_tags %} {% load i18n objectapp_tags %} {% load tagging_tags comments i18n %} {% block content %} {% if user.is_authenticated %} {% autopaginate section 1 %}

{{ page_ob.title }}

Wikipage posted on : {{page_ob.creation_date}} by {% for author in page_ob.authors.all %} {{author}} {% endfor %}

{% with page_ob.html_content|safe as page_ob_content %} {{page_ob_content}} {% endwith %}
{% csrf_token %}

{% trans "Tags" %} : {% tags_for_object ot as tag_list %} {% for tag in tag_list %} {% empty %} {% trans "No tags" %} {% endfor %}

{% csrf_token %}

{% autoescape off %} {% for each in section %}

{{each.title}}

Posted on : {{each.creation_date}} by {% for author in each.authors.all %} {{author}} {% endfor %}
{% ifequal each.rating.get_rating 0 %}
Not yet rated
{% else %} Current rating is
{{ each.rating.get_rating }}
{% endifequal %} {%autoescape on%} {% with each.html_content|safe as each_content %} {{each_content}} {% endwith %} {% endautoescape%}
{% csrf_token %}

{% trans "Tags" %} : {% tags_for_object each as tag_list %} {% for tag in tag_list %} {% empty %} {% trans "No tags" %} {% endfor %}

{% csrf_token %}
Create Subsection:




Do you wanna rate it ?

Subsections : {% show_commentpage each user.id flag1 admin_id attribute %} {% endfor %} {% endautoescape %} {% else %}

OOPS!!! Login Please!

{% endif %} {% block nodetype-comments %}
{% trans "Comments" %}
{% with page_ob.comments as comment_list %} {% if comment_list.count %}
    {% for comment in comment_list %} {% endfor %}
{% if not page_ob.comments_are_open %}

{% trans "Comments are closed." %}

{% endif %} {% else %} {% if page_ob.comments_are_open %}

{% trans "No comments yet." %}

{% else %}

{% trans "Comments are closed." %}

{% endif %} {% endif %} {% endwith %}
{% endblock %}
{% render_comment_form for ot %}
{% paginate %} {% endblock %}