5 lines
197 B
Twig
5 lines
197 B
Twig
|
<h1>{{ user.username}} wants to trade!</h1>
|
||
|
|
||
|
<p>You can checkout their offer and reply to this email if you want to trade.</p>
|
||
|
|
||
|
<a href={{ path('user_public', id: { 'id': offer.byuser.id }) }}</a>
|