Skip to content

Commit

Permalink
Preloads email upon trasnfer to a new account
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermodoghel committed Nov 3, 2024
1 parent a5f686b commit fa9a5ee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tickets/templates/emails/new_transfer_no_account.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
{% endblock %}
{% block content %}
<p>
Te han enviado {{ ticket_count }} bono(s) de Fuego Austral. Para completar la transferencia y recibir tu(s) bono,
Te han enviado {{ ticket_count }} {% if ticket_count > 1 %}bonos{% else %}bono{% endif %} de Fuego Austral.
Para completar la transferencia y recibir tu{% if ticket_count > 1 %}s bonos{% else %} bono{% endif %},
necesitas crear una cuenta en nuestra plataforma.
</p>

Expand All @@ -22,7 +23,7 @@
</p>

<p>
Cualquier problema que tengas con tu(s) bono(s), podés escribirnos a <a href="mailto:[email protected]">[email protected]</a>
Cualquier problema que tengas con tu{% if ticket_count > 1 %}s bonos{% else %} bono{% endif %}, podés escribirnos a <a href="mailto:[email protected]">[email protected]</a>
o chatearnos desde la web.
</p>
<p>
Expand Down

0 comments on commit fa9a5ee

Please sign in to comment.