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

Owner Profile

{% include 'flash_message.html.twig' %}
{# {% if userData.type == 'Super Admin' or 'Client Import' in userData.accesses %}
{% endif %} #}
{% if userData.type == 'Super Admin' or 'Client New' in userData.accesses %} {% endif %}
Name Email Contact No. Action
{% include 'js.html.twig' %} {% endblock %}