{% extends 'base_admin.html.twig' %} {% block title %}Investors-{{ pagename }}{% endblock %} {% block body %}

{{ pagename }}

{% if is_granted('ROLE_ADMIN') %}

Create New Investor

{% endif %}
{% if is_granted('ROLE_ADMIN') %} {% endif %} {% for user in users %} {% if is_granted('ROLE_ADMIN') %} {% endif %} {% else %} {% endfor %}
# Name Mobile Email Comments Disclaimer
Edit {{ user.fullName }} {{ user.mobile }} {{ user.email}} {{ user.comments}} {% if user.disclaimerDate is not null %} {{ user.disclaimerDate.format('d-M-Y') }} {% endif %}
no records found
{% endblock %} {% block datatable %} {% endblock datatable %}