{% block body_html %} {{ "Your tickets bought from"|trans }} {{ services.getSetting("website_name") }}

{{ "Payout request notification"|trans }}

{{ "Hey"|trans }} {{ payoutRequest.organizer.name }}, {{ "your payout request has been processed"|trans }}
{{ "Please click on the following link to check the status of your request"|trans }} #{{ payoutRequest.reference }} {{ "created at"|trans }} {{ payoutRequest.createdAt|localizeddate('none', 'none', app.request.locale, date_timezone, date_format) }}
— {{ 'Best regards, the %website_name% team'|trans({'%website_name%': services.getSetting("website_name")}) }}
{% endblock %}