{% extends 'content.html.twig' %} {% block pageContent %}

{{ page_title }}

Code: {{ company.code}}
Description: {{ company.description}}

{% include 'flash_message.html.twig' %} {% if userData.type == 'Super Admin' or 'Company View User' in userData.accesses %}
{% if userData.type == 'Super Admin' or 'Company View User New' in userData.accesses %} {% endif %}
Username Name Branch Type Contact # Action
{% else %} You don't have an access to view this data. {% endif %}
{% include 'flash_message.html.twig' %} {% if userData.type == 'Super Admin' or 'Company View Access' in userData.accesses %}
{% for userType in userTypes %} {% endfor %}
User Type
{{ userType['description'] }}
{% else %} You don' have an access to view this data. {% endif %}
{% include 'flash_message.html.twig' %} {% if userData.type == 'Super Admin' or 'Company View Branch' in userData.accesses %}
{% if userData.type == 'Super Admin' or 'Company View Branch' in userData.accesses %} {% endif %}
Code Description Action
{% endif %}
{% include 'flash_message.html.twig' %} {% if userData.type == 'Super Admin' or 'Company View Sms' in userData.accesses %}
{% if userData.type == 'Super Admin' or 'Company View Sms' in userData.accesses %} {% endif %}
Message Action
{% endif %}
{% include 'flash_message.html.twig' %} {% if userData.type == 'Super Admin' %}
Description Action
{% endif %}
{% include 'js.html.twig' %} {% endblock %}