{% if needs_editor %}
{% endif %} {% block extra_css %}{% endblock %}
CodePress Admin
Algemeen
Dashboard
{% if has_permission('content') %}
Content
Content
{% endif %} {% if has_permission('config') or has_permission('theme') or has_permission('security') %}
Instellingen
{% if has_permission('config') %}
Configuratie
{% endif %} {% if has_permission('theme') %}
Thema
{% endif %} {% if has_permission('security') %}
Beveiliging
{% endif %} {% endif %} {% if has_permission('statistics') or has_permission('logs') %}
Gegevens
{% if has_permission('statistics') %}
Statistieken
{% endif %} {% if has_permission('logs') %}
Logs
{% endif %} {% endif %} {% if has_permission('plugins') or has_permission('users') or has_permission('update') %}
Systeem
{% if has_permission('plugins') %}
Plugins
{% endif %} {% if has_permission('users') %}
Gebruikers
{% endif %} {% if has_permission('update') %}
Update
{% endif %} {% endif %} {% if plugin_admin_menu is not empty %}
Plugins
{% for item in plugin_admin_menu %}
{{ item.label }}
{% endfor %} {% endif %} {% if has_permission('guide') %}
Help
Handleiding
{% endif %}
Website bekijken
Uitloggen
{{ user.username|default('') }}
{{ role_label(user_role)|default('') }}
{% if message is defined and message %}
{{ message }}
{% endif %} {% block content %}{% endblock %}
{% if needs_editor %} {% endif %} {% block extra_js %}{% endblock %}