diff --git a/app/views/grants/_details.html.haml b/app/views/grants/_details.html.haml
index cfb47e5..1f15a1a 100644
--- a/app/views/grants/_details.html.haml
+++ b/app/views/grants/_details.html.haml
@@ -51,6 +51,13 @@
= editable_association_tag(@grant, :fy_year, '* Grant Year', get_fiscal_years(Date.today-18.years,19).map{|x| [x[1], x[0]]}.reverse, current_method: :fy_year, suffix: '')
.row
.col-sm-3= editable_field_tag(@grant, :amount, '* Total Apportionment', required: true, type: 'currency')
+ .row
+ .col-sm-3
+ %label.control-label
+ ="Balance"
+ .display-value
+ ="#{format_as_currency(@grant.balance)}"
+ %br
.row
.col-sm-3
.form-group