{% if _cfg("public-income") == "yes" %}
{{ currency.amount("{:.2f}".format(recurring_sum / 100)) }} par mois via {{ domain }} ({{ recurring_count }} donateurice{{ "s" if recurring_count != 1 else "" }})
{% if patreon_count %}{{ currency.amount("{:.2f}".format(patreon_sum / 100)) }} par mois via Patreon ({{ patreon_count }} donateurice{{ "s" if patreon_count != 1 else "" }})
{% endif %} {% if lp_count %}{{ currency.amount("{:.2f}".format(lp_sum / 100)) }} par mois via Liberapay ({{ lp_count }} donateurice{{ "s" if lp_count != 1 else "" }})
{% endif %} {% endif %} {% if goal %}{{ currency.amount("{:.2f}".format(total_sum / 100))}} par mois sur l'objectif de {{ currency.amount("{:.2f}".format(goal / 100)) }}.
{% else %}Soutenu par {{ total_count }} personne{{ "s" if total_count != 1 else "" }} pour un montant total de {{ currency.amount("{:.2f}".format(total_sum / 100)) }}
{% endif %}