{% extends 'django_spire/knowledge/container/container.html' %} {% block container_title %} {{ entry.name }} {% endblock %} {% block container_subtitle %}
{% 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 %}
{% if AuthController.knowledge.can_change %}
{% endif %}
{% endblock %} {% block container_content %}
{# The EditorJS will be attached to this div #}
{% endblock %}