{% extends 'base.html' %} {% from '_icons.html' import icon %} {% block content %}
| Kurum | VKN/TCKN | Alacak | Borç | Net | |
|---|---|---|---|---|---|
| {{ item.name }}{% if not item.is_active %}Pasif{% endif %}
Aç
{% if current_user.has_permission('institutions.manage') %}{{ icon('edit', 15) }} Düzenle{% endif %}
|
{{ item.tax_number or '-' }} | {% for currency, b in balances.get(item.id, {}).items() %} {{ b.receivable|money }} {{ currency }} {% endfor %} |
{% for currency, b in balances.get(item.id, {}).items() %} {{ b.payable|money }} {{ currency }} {% endfor %} |
{% for currency, b in balances.get(item.id, {}).items() %} {{ b.net|money }} {{ currency }} {% endfor %} |
Aç {% if current_user.has_permission('institutions.manage') %} {{ icon('edit', 16) }} Düzenle {% endif %} |
| Kurum bulunamadı. | |||||