maduck/GoWDiscordTeamBot

View on GitHub
templates/pet_rescue_stats.jinja

Summary

Maintainability
Test Coverage
{% for pet, amount, percentage in stats %}
✪ `{{ "%0.2f" | format(percentage) }}%` {{ pet.name }} `#{{ pet.id }}`{% endfor %}