diff --git a/templates/hr/applications/view.html b/templates/hr/applications/view.html
index e8080f4..0da7631 100644
--- a/templates/hr/applications/view.html
+++ b/templates/hr/applications/view.html
@@ -33,7 +33,7 @@
{% for acc in eveacc %}
{% for char in acc.characters.all %}
-- {{ char.name }} - {{ char.corporation }} / {{ char.corporation.alliance }}
+- {{ char.name }} - {{ char.corporation }} / {{ char.corporation.alliance }} - {{ char.balance }} ISK
{% endfor %}
{% endfor %}