{% load i18n djinn_contenttypes_tags %} {% if object.is_scheduled %} {% if not object.is_published %} {% trans "scheduled" %}. {% else %} {% trans "published" %}. {% endif %} {% scheduled_line object %} {% endif %}