{{ _("Income per week (in {currency})", currency=Currency(participant.main_currency)) }}
+
+
+
+
+
+
{{ _("Number of patrons per week") }}
+
+
+
+
+
% if participant.is_person
% if not participant.payment_providers
@@ -109,7 +126,7 @@ recent_donation_changes = website.db.all("""
% endif
% if recent_donation_changes or participant.receiving > participant.taking
-
{{ _("Details of Donations") }}
+
{{ _("Details of personal donations") }}
% if participant.taking
{{ icon('info-sign') }} {{ _(
"This section doesn't include data on donations through teams, it only "
@@ -123,7 +140,7 @@ recent_donation_changes = website.db.all("""
{{ description }}
% endmacro
-
{{ _("Recent Changes") }}
+
{{ _("Recent changes to personal donations") }}
% for change in recent_donation_changes
% if change.old_amount is none
{{ show_change(change, '+', 'info', _(
@@ -161,7 +178,7 @@ recent_donation_changes = website.db.all("""
% set tip_distribution = participant.get_tip_distribution()[0]
% if tip_distribution
-
{{ _("Stats") }}
+
{{ _("Statistics on personal donations") }}
{{ _("The table below lists the donations you receive, grouped by amount.") }}