diff --git a/app/templates/account/dashboard.html b/app/templates/account/dashboard.html index 3131f04..6c38432 100644 --- a/app/templates/account/dashboard.html +++ b/app/templates/account/dashboard.html @@ -1,6 +1,7 @@ {% extends "_base.html" %} {% load i18n %} {% load static %} +{% load humanize %} {% block title %}{% trans "Dashboard" %}{% endblock title %} @@ -10,8 +11,8 @@
{{ member_organizations|length }}
- - {% trans "View Aaaa" %} - -5
- - {% trans "View Timeline" %} - +{{ user.measurements.count|intcomma }}
Your account is connected to {{ user.measurements.count }} measurements. Do you really want to delete these?
+Your account is connected to {{ user.measurements.count|intcomma }} measurements. Do you really want to delete these?
{% trans "Delete Data" %}