{% if Entity.type == 'items' or Entity.entityData.userid == App.Users.userData.userid %}
{{ 'Manage Permissions'|trans }}
{% endif %}
{{ 'Switch editor'|trans }}
{% if revNum > 0 %}
{{ revNum }} {% trans %}revision available{% plural revNum %}revisions available{% endtrans %}
{% endif %}
{{ 'Delete'|trans }}
{% if Entity.entityData.tags|length > 0 %}
{% set tagsIdArr = Entity.entityData.tags_id|split(',') %}
{% set tagsValueArr = Entity.entityData.tags|split('|') %}
{% for tag in tagsValueArr %}
{{ tag|raw }}
{% endfor %}
{% endif %}
{% include('steps-links-edit.html') %}