|
|
@ -55,7 +55,7 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="flex flex-col">
|
|
|
|
<div class="flex flex-col">
|
|
|
|
<p class="text-secondosiblue text-sm">{{customer_connection.user.first_name}}
|
|
|
|
<p class="text-secondosiblue text-sm">{{customer_connection.user.first_name}}
|
|
|
|
{customer_connection.user..last_name}}</p>
|
|
|
|
{{customer_connection.user.last_name}}</p>
|
|
|
|
{% if customer_connection.online %}
|
|
|
|
{% if customer_connection.online %}
|
|
|
|
<p class="text-green-700 text-xs">Online</p>
|
|
|
|
<p class="text-green-700 text-xs">Online</p>
|
|
|
|
{% else %}
|
|
|
|
{% else %}
|
|
|
|