diff --git a/app/templates/users/profile.html b/app/templates/users/profile.html index e750353..5070488 100644 --- a/app/templates/users/profile.html +++ b/app/templates/users/profile.html @@ -217,6 +217,17 @@ + {% elif total_downloads > 0 and current_user == user %} +
+

+ {{ _("Your packages have %(downloads)d downloads in total.", downloads=total_downloads) }} +{#

#} +{#
#} +{#
#} +

+
{% endif %} {% if min_package_rank is not none and min_package_rank <= 30 %} {% if min_package_rank <= 5 %}