{% load static %} {% load cl_extras %} {% load entity_publish_renderer %}
{% if user.is_authenticated and not CLL_READ_ONLY %} {% if user_can_edit %} {% endif %} {% if is_published and approval_status == APPROVED_STATUS_DICT.APPROVED %} {% else %} {% render_publish_button %} {% endif %} {% endif %}