{% extends 'base.html' %} {% block content %}
{% if balance > 0 %} Customer owes you {{ balance|currency }} {% else %} Customer has credit of {{ (balance * -1)|currency }} {% endif %}