LaLiga-BackEnd/templates/teamCaptainRequest.html.twig

10 lines
479 B
Twig

<h1>Hola {{ userToNotify.firstName }}!</h1>
<p>
{{ requestingUser.firstName }} {{ requestinUser.lastName}} te ha enviado una solicitud para ser capitán de {{ team.name }}.
</p>
<p>
<a href="http://developer:mambita@devliga.dyb-tech.com/api/league/{{ league.id }}/team/{{ team.id }}/captain/{{ requestingUser.id }}">Aceptar</a>
<a href="http://developer:mambita@devliga.dyb-tech.com/api/league/{{ league.id }}/user/{{ requestingUser.id }}/decline">Rechazar</a>
</p>