{% if not entry.current_version.is_published and AuthController.knowledge.can_change %}
{% include 'django_spire/knowledge/entry/modal/publish_confirm_modal.html' %}
{% else %}
{% include 'django_spire/knowledge/entry/badge/entry_status_badge.html' with status=entry.current_version.status %}
{% endif %}