BASE FEE:
${{ getBaseFee(1, 'water').toFixed(2) }}
RATE PER GALLON:
${{ getRatePerGallon(1, 'water').toFixed(6) }}
MONTHLY SUBTOTAL:
${{ getMonthlySubtotal(1, 'water').toFixed(2) }}
BASE FEE:
${{ getBaseFee(1, 'sewer').toFixed(2) }}
RATE PER GALLON:
${{ getRatePerGallon(1, 'sewer').toFixed(6) }}
MONTHLY SUBTOTAL:
${{ getMonthlySubtotal(1, 'sewer').toFixed(2) }}