{% if module.donor %}
{{ module.ign }}
{% if module.displayAmount %} {{ __("Donated") }} {{ module.total|money }} {{ store.currency }} {% else %} {{ __("Donated the most ") }} {% endif %} {% if module.period == "hourly" %} {{ __("this hour.") }} {% elseif module.period == "daily" %} {{ __("today.") }} {% elseif module.period == "monthly" %} {{ __("this month.") }} {% elseif module.period == "yearly" %} {{ __("this year.") }} {% else %} {{ __("this week.") }} {% endif %}
{% else %}
Steve
{{ __("No recent top donator to display.") }}
{% endif %}