{% from '_protection_messages.html' import render_protected_protection_message, render_inherited_protection_message %}
{{ render_protected_protection_message() }} {{ render_inherited_protection_message(parent, parent.type) }}
{% trans %}Protected{% endtrans %}
{% trans -%} This object is not publicly accessible since (Folder) is protected. {%- endtrans %}