{% extends 'D2UserBundle::base_admin.html.twig' %} {% block page_header %}
Displaying Roles for user: {{ entity.username }}
{% endblock page_header %} {% block content %}
{% if d2_sys_config('sys_case_study_active') == true %} {% endif %} {% if d2_sys_config('sys_expert_active') == true %} {% endif %} {% if d2_sys_config('sys_collection_active') == true %} {% endif %} {% if d2_sys_config('sys_collection_active') == true %} {% endif %} {% if d2_sys_config('sys_news_active') == true %} {% endif %} {% if d2_sys_config('sys_smalls_active') == true %} {% endif %} {% if d2_sys_config('sys_home_page_active') == true %} {% endif %} {% if sys_accounting_active %} {% endif %} {% if sys_accounting_active %} {% endif %} {% if sys_engen_active == true %} {% endif %} {% if sys_quorum_active == true %} {% endif %} {% if sys_borrowed_asset_active == true %} {% endif %} {% if sys_delivery_manager_active == true %} {% endif %}
Role Manage Create View Edit Delete
Admin Roles
System Settings
System Content
Admin User
Registered User
Registered User Notes
Registered User Docs
{% trans %}Case Studies{% endtrans %}
{% trans %}Experts{% endtrans %}
{% trans %}Chats{% endtrans %}
{% trans %}Resources{% endtrans %}
{% trans %}Collections{% endtrans %}
{% trans %}News{% endtrans %}
{% trans %}Smalls{% endtrans %}
Home Page Content
Manage Images
Customer Sales
Customer Payments
Customer Refunds
Online Shop
{% trans %}Egen Management{% endtrans %}
{% trans %}Quorum Management{% endtrans %}
{% trans %}Borrowed Asset Management{% endtrans %}
{% trans %}Delivery Manager Management{% endtrans %}
{% endblock %}