{% extends "admin/base_site.html" %} {% load i18n permissions_tags transhette_tags %} {% block extrastyle %} {% endblock %} {% block coltype %}colMS colMSMerengueIndex{% endblock %} {% block breadcrumbs %}{% endblock %} {% block content %}

{% trans "Content management" %}

{% trans "Manage the site's content" %}

{% ifhasperm 'manage_section' %}
{% trans "Content tree" %}
{% trans "View, edit and delete the site's contents." %}
{% endifhasperm %} {% 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_site' %}

{% trans "Site configuration" %}

{% trans "Control how the site looks and feels." %}

{% trans "Blocks" %}
{% trans "View, edit and delete the site's blocks." %}
{% trans "Plugins" %}
{% trans "View, edit and delete the site's plugin." %}
{% trans "Themes" %}
{% trans "View, edit and delete the site's themes." %}
{% trans "Actions" %}
{% trans "View, edit and delete the site's actions." %}
{% trans "Registry" %}
{% trans "Merengue registry" %}
{% trans "Save/restore configuration" %}
{% trans "Save/restore the site configuration (block, plugins, active theme, etc.)" %}
{% endifhasperm %} {% ifhasperm 'manage_multimedia' %}

{% trans "Multimedia" %}

{% trans "Manage the site's multimedia content" %}

{% 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_user' %}

{% trans "User management" %}

{% trans "Manage the site's users, groups and access to site features." %}

{% 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." %}
{% endifhasperm %} {% if plugins %} {% ifhasperm 'manage_plugin_content' %}

{% trans "Plugins administration" %}

{% trans "Manage your installed plugins." %}

{% for plug in plugins.values %}
{{ plug.name }}
{% endfor %}
{% endifhasperm %} {% endif %}
{% endblock %}
{% block sidebar %} {% endblock %}