- {{ t('dashboard', 'dashboard')|lower|title }}
-
{{ t('files', 'files')|lower|title }}
- {{ t('manage_files', 'manage files')|lower|title }} {% if Auth.hasAccessLevel(20) == true %} {% if currentProductType == 'file_hosting' %}
- {{ t('active_downloads', 'active downloads')|lower|title }} {% endif %}
- {{ t('action_queue', 'action queue')|lower|title }} ({{ totalPendingFileActions }}) {% endif %} {% if currentProductType == 'file_hosting' %}
- {{ t('abuse_reports', 'abuse reports')|lower|title }}{% if totalReports > 0 %} ({{ totalReports }}){% endif %} {% endif %} {% if Auth.hasAccessLevel(20) == true %}
- {{ t('bulk_import', 'bulk import')|lower|title }} {% endif %}
{% if Auth.hasAccessLevel(20) == true %}
-
{{ t('users', 'users')|lower|title }}
- {{ t('manage_users', 'manage users')|lower|title }}
- {{ t('add_user', 'add user')|lower|title }} {% if currentProductType == 'file_hosting' %}
- {{ t('received_payments', 'received payments')|lower|title }}
- {{ t('manage_subscriptions', 'manage subscriptions')|lower|title }}
- {{ t('user_action_logs', 'User Action Logs') }} {% endif %}
{% endif %}
- {{ t('sharing', 'sharing')|lower|title }} {% if Auth.hasAccessLevel(20) == true %}
- {{ t('file_servers', 'file servers')|lower|title }} {% endif %} {% if Auth.hasAccessLevel(20) == true %} {% if currentProductType == 'file_hosting' %}
- {{ t('advertising', 'advertising')|lower|title }} {% endif %}
-
{{ t("plugins", "Plugins") }}
- {{ t('manage_plugins', 'manage plugins')|lower|title }}
-
{{ t('plugin_settings', 'plugin settings')|lower|title }}
{% if navPluginList|length > 0 %}
-
{% for pluginItem in navPluginList %}
{% if loop.index < 10 %}
- {{ pluginItem['plugin_name'] }} {% endif %} {% endfor %}
- {{ t("more", "more....") }}
- {{ t('add_plugin', 'add plugin')|lower|title }}
- {{ t('get_plugin', 'get plugins')|lower|title }}
- {{ t('themes', 'themes')|lower|title }}
- {{ t('api', 'api')|upper }}
-
{{ t("site_configuration", "Site Configuration") }}
-
{{ t('site_settings', 'site settings')|lower|title }}
-
{% for navGroupDetail in navGroupDetails %}
- {{ navGroupDetail['config_group'] }} {% endfor %}
-
{{ t('user_settings', 'user settings')|lower|title }}
-
{% if currentProductType == 'file_hosting' %}
- {{ t('download_pages', 'download pages')|lower|title }} {% endif %}
- {{ t('account_packages', 'account packages')|lower|title }}
- {{ t('banned_ips', 'banned ips')|lower|title }}
- {{ t('translations', 'translations')|lower|title }}
-
{{ t('system_tools', 'system tools')|lower|title }}
- {{ t('system_logs', 'system logs')|lower|title }}
- {{ t('background_task_logs', 'background task logs')|lower|title }}
- {{ t('database_browser', 'database browser')|lower|title }}
- {{ t('test_tools', 'test tools')|lower|title }}
- {{ t('backups', 'backups')|lower|title }}
- {{ t('php_info', 'php info')|lower|title }}
- {{ t('support_info', 'support info')|lower|title }}
- {{ t('purge_cache', 'purge cache')|lower|title }}
- {{ t('system_update', 'system update')|lower|title }}
{% endif %}
-
{{ t('site_settings', 'site settings')|lower|title }}
{{ t('admin_plugin_pages', 'Plugin Pages') }}
-
{% for pluginKey,pluginNavigationItems in pluginNavigation|sort %}
{% for pluginNavigationItem in pluginNavigationItems %}
-
{{ t(pluginNavigationItem['link_text'], pluginNavigationItem['link_text'])|title }}{% if pluginNavigationItem['children']|length > 0 %} {% endif %}
{% if pluginNavigationItem['children']|length > 0 %}
-
{% for pluginNavigationChildItem in pluginNavigationItem['children'] %}
- {{ t(pluginNavigationChildItem['link_text'], pluginNavigationChildItem['link_text'])|lower|title }} {% endfor %}
{% endfor %}
{% endfor %}