{% load i18n %} {% if widget.data.total > 1 %}
{% trans "Total Users" %}: {{widget.data.total}}
{% else %}

{% trans "You're the only one who logged in so far..." %}

{% trans "Add Users +" %}

{% endif %}