{% extends "layout/ver_baru/base_admin.html" %} {% load humanize %} {% block title %}Fee Sales - CWN{% endblock %} {% block content %}
| No | Nama SF | Team Leader | Jumlah PS {% if sort_field == 'ps' %} {% if order == 'asc' %}⇧{% else %}⇩{% endif %} {% else %} ⇧⇩ {% endif %} | Total {% if sort_field == 'total' %} {% if order == 'asc' %}⇧{% else %}⇩{% endif %} {% else %} ⇧⇩ {% endif %} | Rekening |
|---|---|---|---|---|---|
| {{ forloop.counter }} | {{ row.user_name }} | {{ row.sf_tl_nama }} | {{ row.ps }} | Rp. {{ row.total|intcomma }} | {{ row.rekening }} |
| No | Nama Team Leader | Total Fee |
|---|---|---|
| {{ forloop.counter }} | {{ tl.tl_name }} | Rp{{ tl.total_fee|intcomma }} |