diff --git a/plugins/stats_dashboard/templates/plugins.html b/plugins/stats_dashboard/templates/plugins.html
index bb9b497..2773d95 100644
--- a/plugins/stats_dashboard/templates/plugins.html
+++ b/plugins/stats_dashboard/templates/plugins.html
@@ -15,17 +15,17 @@
- {{ parseInt(scope.row.total_calls) || 0 }}
+ {% raw %}{{ parseInt(scope.row.total_calls) || 0 }}{% endraw %}
- {{ parseInt(scope.row.success_calls) || 0 }}
+ {% raw %}{{ parseInt(scope.row.success_calls) || 0 }}{% endraw %}
- {{ parseInt(scope.row.failed_calls) || 0 }}
+ {% raw %}{{ parseInt(scope.row.failed_calls) || 0 }}{% endraw %}