id |
created |
institution |
accounts |
payees |
actions |
{% for item in object_list %}
|
{{ item.created }} |
{{ item.institution_id }} |
{{ item.accounts|length }} |
{% for payee in item.requisition.payees.all %}
{{ payee.name }}{% if not forloop.last %}, {% endif %}
{% endfor %}
|
|
{% endfor %}