{% extends "layout-8x4.html" %}
{% load pgcomment_tags i18n djinn_contenttypes djinn_contenttypes_tags %}
{% load djinn_auth_tags auth_tags djinn_workflow_tags %}
{% block body_class %}ct {{ object.ct_name }} view {% pub_classes object %}
{% endblock %}
{% block left-pane %}
{% block title %}{% title object %}{% endblock %}
{% if_has_perm object request.user 'change' %}
{% include "djinn_contenttypes/snippets/publabels.html" %}
{% endif_has_perm %}
{% with highlight_from=object.highlight_from %}
{% if highlight_from and highlight_from <= highlight_from.now %}
{% trans "Highlight from" %} {{ highlight_from }}
{% endif %}
{% endwith %}