pflaenz.li/pflaenzli/pflaenzli/templates/user/trade/offer_email.html

7 lines
450 B
HTML
Raw Normal View History

2023-05-16 23:36:40 +02:00
{% 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>