{% load i18n djinn_contenttypes_tags djinn_workflow_tags %}
{% if object|state == "private" %} {% trans "hidden" %} {% endif %} {% if object.is_scheduled %} {% if not object.is_published %} {% trans "scheduled" %} {% else %} {% trans "published" %} {% endif %} {% endif %}