diff --git a/base/templates/penalty/penalty_view.html b/base/templates/penalty/penalty_view.html
index 2b5163cec..cc7250ff8 100644
--- a/base/templates/penalty/penalty_view.html
+++ b/base/templates/penalty/penalty_view.html
@@ -21,9 +21,15 @@
{{ acc.minus_leaves }}
{{acc.deduct_from_carry_forward|yes_no}}
{% endif %}
-
- {{currency}} {{ acc.penalty_amount }}
-
+ {% if position == "prefix" %}
+
+ {{currency}} {{ acc.penalty_amount }}
+
+ {% else %}
+
+ {{ acc.penalty_amount }} {{currency}}
+
+ {% endif %}
{{ acc.created_at }}
{% endfor %}