{% load i18n %}

{% trans "Hello" %} {{ recipient_user.username }}

{{ sender_user.username }} {% trans "is interested in" %} '{{ offer.title }}'!

{% trans "Checkout their offers" %}:

{{ request.user.username }}'s {% trans "offers" %}

{% trans "Contact" %} {{ sender_user.username }} {% trans "by replying to this mail" %}.