{% load i18n %}
{% if not object.any_published %}
{% if object.review %}
{% trans "Waiting for publication" %}
{% else %}
{% trans "Draft" %}
{% endif %}
{% else %}
{% if not object.is_publishable %}
{% trans "Object is published but" %}
{% if not object.is_complete %}{% trans "looks incomplete;" %}{% endif %}
{% if not object.has_geom_valid %}{% trans "has invalid geometry;" %}{% endif %}