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

{% trans "Content management" %}

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

{% trans "Content" %}
{% trans "View, edit and delete your site's contents." %}
{% trans "Section" %}
{% trans "View, edit and delete your site's sections." %}
{% trans "Portal Menu" %}
{% trans "View, edit and delete your site's menus." %}
{% trans "Portal links" %}
{% trans "View, edit and delete your site's primary and secondary links." %}

{% trans "Site configuration" %}

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

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

{% trans "Multimedia" %}

{% trans "Photos" %}
{% trans "View, edit and delete your site's photos." %}
{% trans "Video" %}
{% trans "View, edit and delete your site's videos." %}
{% trans "Audio" %}
{% trans "View, edit and delete your site's audios." %}
{% trans "Panoramic views" %}
{% trans "View, edit and delete your site's panoramic views." %}
{% trans "Images 3D" %}
{% trans "View, edit and delete your site's Images 3D." %}

{% trans "User management" %}

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

{% trans "Groups" %}
{% trans "View, edit and delete your site's groups." %}
{% trans "Users" %}
{% trans "View, edit and delete your site's users." %}
{% trans "Roles" %}
{% trans "View, edit and delete your site's roles." %}
{% trans "Permissions" %}
{% trans "View, edit and delete your site's role permissions." %}
{% if plugins %}

{% trans "Plugin administration" %}

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

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