{% extends 'base.html' %} {% block content %}
{% if balance > 0 %} You owe the farm {{ balance|currency }} {% else %} Farm owes you {{ (balance * -1)|currency }} {% endif %}