{% if typing_user.customerprofile %} {% if typing_user.customerprofile.image %} {% else %}
{{ typing_user.first_name.0 }}{{ typing_user.last_name.0 }}
{% endif %} {% elif typing_user.staffprofile %} {% if typing_user.staffprofile.image %} {% else %}
{{ typing_user.first_name.0 }}{{ typing_user.last_name.0 }}
{% endif %} {% endif %}

{{typing_user.first_name}} is typing...