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

{% block title %}{% title object %}{% endblock %} {% if_has_perm object request.user 'change' %} {% include "djinn_contenttypes/snippets/publabels.html" %} {% endif_has_perm %}

{% block metainfo %}
{% with highlight_from=object.highlight_from %} {{ object.ct_label }} {% if_has_perm object request.user 'change' %} {% include "djinn_contenttypes/snippets/publine.html" %} {% endif_has_perm %} {% endwith %}
{% endblock metainfo %} {% endblock header %} {% block content %} {% endblock content %} {% if object|implements:"djinn_contenttypes.Commentable" %} {% comments_for object %} {% endif %}
{% endblock left-pane %} {% block right-pane %}
{% like_button object %} {% block extra_actions %}{% endblock extra_actions %} {% if_has_perm object request.user 'change' %} {% edit_action object %} {% endif_has_perm %}
{% owner object 'False' %}
{% if object.parentusergroup %}

Geplaatst in de groep

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