- {% trans "Content tree" %}
- {% trans "View, edit and delete the site's contents." %}
{% ifhasperm 'manage_menu' %}
- {% trans "Portal Menu" %}
- {% trans "View, edit and delete the site's menus." %}
{% endifhasperm %}
{% ifhasperm 'manage_link' %}
- {% trans "Portal links" %}
- {% trans "View, edit and delete the site's primary and secondary links." %}
{% endifhasperm %}
- {% trans "Collections" %}
- {% trans "View, edit and delete the site's collections." %}
- {% trans "Browse content" %}
- {% trans "Browse the site's contents." %}
{% if_can_access_transhette %}
- {% trans "Translate site" %}
- {% trans "Translate the site messages." %}
{% endif_can_access_transhette %}
{% ifhasperm 'manage_multimedia' %}
- {% trans "Photos" %}
- {% trans "View, edit and delete the site's photos." %}
- {% trans "Video" %}
- {% trans "View, edit and delete the site's videos." %}
- {% trans "Audio" %}
- {% trans "View, edit and delete the site's audios." %}
- {% trans "Panoramic views" %}
- {% trans "View, edit and delete the site's panoramic views." %}
- {% trans "Images 3D" %}
- {% trans "View, edit and delete the site's Images 3D." %}
{% endifhasperm %}
{% ifhasperm 'manage_site' %}
{% endifhasperm %}
{% ifhasperm 'manage_user' %}
{% endifhasperm %}
{% ifhasperm 'manage_plugin_content' %}
- {% trans "Plugins" %}
- {% trans "View, edit and delete the site's plugins." %}
{% if plugins %}
- {% trans "Plugin custom administration interfaces" %}
- {% trans "Enabled plugins can define its own administration interfaces. These are the custom admins in your installed plugins:" %}
{% for plug in plugins.values %}
- {{ plug.name }}
- {{ plug.config.description }} ({{ plug.config.version }})
{% endfor %}
{% endif %}
{% endifhasperm %}