pflaenz.li-Symfony/templates/offer/trade/trade_email.html.twig

5 lines
197 B
Twig
Raw Normal View History

2021-05-28 11:23:04 +02:00
<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>