{% extends "layout-8x4.html" %} {% load pgcomment_tags i18n djinn_contenttypes auth_tags contentaction_tags %} {% block body_class %}ct {{ object.ct_name }} view{% endblock %} {% block left-pane %}
{% block header %}

{{ object.title }}

{% block metainfo %}
{% if not object.is_tmp %} {% if object.publish_from %} {% trans "Published on" %}: {{ object.publish_from }}, {% else %} {% trans "Draft" %}, {% endif %} {% endif %} {% trans "Last change" %}: {{ object.changed }}, {% trans "Reactions" %}: {% comment_count_for user object %}
{% endblock metainfo %} {% endblock header %} {% block content %} {% endblock content %} {% if object|implements:"djinn_contenttypes.Commentable" %} {% comments_for object %} {% endif %}
{% endblock left-pane %} {% block right-pane %}
{% block extra_actions %}{% endblock extra_actions %} {% with perm=object|edit_permission_id %} {% ifpermission object request.user perm %} {% edit_action object %} {% endifpermission %} {% endwith %}
{% owner object 'False' %}
{% if object.parentusergroup %}

Geplaatst in de groep

{% with group=object.parentusergroup.profile %}
{% endwith %}
{% endif %} {% endblock right-pane %}