pflaenz.li/pflaenzli/pflaenzli/templates/user/trade/offer_email.html
Jannis Portmann 799f0be53e
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone Build is failing
Add translated strings
2023-05-16 23:36:40 +02:00

7 lines
450 B
HTML

{% load i18n %}
<p>{% trans "Hello" %} {{ recipient_user.username }}</p>
<h1>{{ sender_user.username }} {% trans "is interested in" %} '{{ offer.title }}'!</h1>
<p>{% trans "Checkout their offers" %}:</p>
<a href="{{ request.scheme }}://{{ request.get_host }}{% url 'user_detail' sender_user.id %}">{{ request.user.username }}'s {% trans "offers" %}</a>
<p>{% trans "Contact" %} {{ sender_user.username }} {% trans "by replying to this mail" %}.</p>