{% extends 'base.html' %} {% block content %}

Supplier Accounts (Farms)

{% for f in farms %} {% else %} {% endfor %}
FarmContactPayableActions
{{ f.name }} {{ f.contact or '-' }} {{ (balances[f.id] if balances and f.id in balances else 0)|currency }} Ledger Pay
No farms.
{% endblock %}