{% block contenttab %}
{% ifhasperm 'manage_site' %}
- {% trans "Contents" %}
-
- {% trans "Browse by hierarchy" %}
- {% trans "Browse the site's contents by hierarchy." %}
- {% trans "Browse by type" %}
- {% trans "Browse the site's contents by content type." %}
- {% trans "Search catalog" %}
- {% trans "Search the site's contents." %}
- {% trans "Collections" %}
- {% trans "View, edit and delete the site's collections." %}
- {% trans "Navigation" %}
-
-
{% 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 %}
{% if_can_access_transhette %}
- {% trans "Translate site" %}
- {% trans "Translate the site messages." %} {% endif_can_access_transhette %}
{% block sitebuildingtab %}
{% endifhasperm %}
{% ifhasperm 'manage_user' %}
- {% trans "Blocks" %}
- {% trans "View, edit and delete the site's blocks." %}
- {% trans "Plugins" %}
- {% trans "View, edit and delete the site's plugins." %}
- {% trans "Themes" %}
- {% trans "View, edit and delete the site's themes." %}
- {% trans "Workflow" %}
- {% trans "Manage the possible site's workflows." %}
- {% trans "Actions" %}
- {% trans "View, edit and delete the site's actions." %}
- {% trans "Registry" %}
- {% trans "Merengue registry" %}
- {% trans "Sites" %}
- {% trans "View, edit and delete the site's domains." %}
- {% trans "Save/restore configuration" %}
- {% trans "Save/restore the site configuration (block, plugins, active theme, etc.)" %}
{% block usermanagementtab %}
{% endifhasperm %}
{% ifhasperm 'manage_plugin_content' %}
- {% trans "Groups" %}
- {% trans "View, edit and delete the site's groups." %}
- {% trans "Users" %}
- {% trans "View, edit and delete the site's users." %}
- {% trans "Roles" %}
- {% trans "View, edit and delete the site's roles." %}
- {% trans "Permissions" %}
- {% trans "View, edit and delete the site's role permissions." %}
{% block pluginstab %}
{% endifhasperm %}
- {% 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.description }} ({{ plug.version }}) {% endfor %}
{% endif %}