{% extends "base.html" %} {% load humanize i18n %} {% block title %} {% for x in ruanganchatdimaksud.parapengguna.all %} {% if x == request.user %} {% else %} {{ x }} {% endif %} {% endfor %} {% endblock %} {% block content %}
{% for x in ruanganchatfilter.parapengguna.all %} {% if x.id == request.user.id %} {% else %} {% if x.anggota.foto %} {% endif %} {% endif %} {% endfor %}
{% for x in ruanganchatfilter.parapengguna.all %} {% if x.id == request.user.id %} {% else %}

{{ x.anggota.nama_anggota }}
Last seen {{ x.last_login|naturaltime }}

{% endif %} {% endfor %}
{% for x in textchatfilter %} {% if x.pengguna == request.user %} {% if x.produk != None %}
{% if waktusekarang == x.waktu %} {% else %}
{{ x.waktu }}
{% endif %}
{% else %}
{% if x.file == 'False' %} {% else %} image
{% endif %} {{ x.text }}
{% if waktusekarang == x.waktu %} {% else %}
{{ x.waktu }}
{% endif %}
{% endif %} {% else %} {% if x.produk != None %}
image
{{ x.produk.nama }}

{{x.produk.deskripsi|truncatechars:100}}

{% if x.produk.toko.pemilik != request.user %}
{% csrf_token %}
{% endif %}
{% if waktusekarang == x.waktu %} {% else %}
{{ x.waktu }}
{% endif %}
{% else %}
{% if x.file == 'False' %} {% else %} image
{% endif %} {{ x.text }}
{{ x.waktu }}
{% endif %} {% endif %} {% endfor %}
{% csrf_token %}
{% for x in ruanganchatfilter.parapengguna.all %} {% if x == request.user %} {% else %} {% endif %} {% endfor %}
{% endblock %}