{% load static i18n mapentity_tags %} {{ object|verbose:"published" }} {% if object.any_published %} ({{ object|verbose:"publication_date" }}: {{ object.publication_date }}) {% else %} {% if object.review %} {% trans "Waiting for publication" %} {% else %} {% trans "Draft" %} {% endif %} {% endif %}