{% extends "base.html.twig" %} {% block BeforeAnyCSSFile %} {% endblock %} {% block ExtraCSSFiles %} {# {{ encore_entry_link_tags('ChatStyleSheet') }}#} {% endblock %} {% block pageLabel %} {{ 'Chat with the friends/Colleges'|trans }} {% endblock %} {% block recordLength %} {% endblock %} {# {% block ContentHead %}#} {# {% endblock %}#} {# Main content of baody #} {% block MainContent %}
{# list of the users to which we can talks. #}
{# load chat list & group chat list #} {% include "internat_chat/chat__list__people.html.twig" with {'chat_list_of_users': chat_list_of_users,'involvements_in_groups':involvements_in_groups} %} {# list of all users #}

{{ 'Contact List'|trans }}


{% for user in list__of_users %}
image
{{ user.fname }} {{ user.lname }}
{{ get_the_user__full_category(user.category) }}
{% endfor %}
{# message interface will be here #}
{# Chat box will be hide #} {# message interface head where user name and other options are displayed #}
{# name & information about the user to which we're talking.. #}
{# add group and other options at the top right of the chat message interface #}
{# message conversations #}

{{ 'Please select chat to procced !' | trans }}

{# chat box footer where user write or press enter to send message#}
{# kt-chat__reply#}
{#
#} {#
#} {# #}{# name & information about the user to which we're talking.. #} {#
#} {#
#} {#
{{ 'Please select User/Group to start the Chat'|trans }}
#} {#
#} {#
#} {#
#} {#
#}
{# Modal for making group, where are user will dispaly #} {% endblock %} {# extra js files if exits. #} {% block ExtraJsFIles %} {% for file in encore_entry_js_files('internalChat') %} {% endfor %} {% endblock %}