{% extends "coop_cms/navtree_content/default.html" %} {% load i18n %} {% block navtree_content_extracommand %}
  • {% trans "Edit on site"%}
  • {% if node.content_object.is_draft %}
    {% trans "This article is draft" %}
    {% endif %} {% if not node.is_accessible %}
    {% trans "This article is not accessible" %}
    {% endif %} {% endblock %}