BioTorrents.de’s version of Gazelle
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

payout-uploader.twig 1.3KB

1234567891011121314151617
  1. {% set user_bonus = per_entry_bonus * total_entries %}
  2. Dear {{ username }},
  3. {% if total_entries > 0 %}
  4. During {{ name }} that ran from {{ date.begin }} to {{ date.end }}, you uploaded {{ total_entries }} {{ entries }}. Each upload turned out to be worth {{ per_entry_bonus|number_format(2) }} bonus points, so your uploading activity earnt you a total of {{ user_bonus|number_format(2) }} points!
  5. On top of that, just because you participated, you have been awarded a further {{ contest_bonus|number_format(2) }} points. And since you are awesome and are on Orpheus anyway, the cherry on top is an additional {{ enabled_bonus|number_format(2) }} points.
  6. All in all, you have been granted {{ (enabled_bonus + contest_bonus + user_bonus)|number_format(2) }} bonus points. Enjoy!
  7. {% else %}
  8. During {{ name }} that ran from {{ date.begin }} to {{ date.end }}, you didn't upload anything. So sad, because you missed out on {{ contest_bonus|number_format(2) }} bonus pointsjust for participating even once, and an additional {{ per_entry_bonus|number_format(2) }} points for each successful upload.
  9. All is not lost, because thanks to the love and generosity of the Orpheus community, you have been granted {{ enabled_bonus|number_format(2) }} bonus points for having being here during the contest!
  10. {% endif %}
  11. <3
  12. Orpheus Staff