<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Template from https://github.com/leemunroe/html-email-template -->
<head>
<meta name="viewport" content="width=device-width" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Renkan rejeté</title>
<link rel="stylesheet" type="text/css" href="hdalab/css/email.css" />
</head>
<body bgcolor="#f6f6f6">
<!-- body -->
<table class="body-wrap">
<tr>
<td></td>
<td class="container" bgcolor="#FFFFFF">
<!-- content -->
<div class="content">
<table>
<tr>
<td>
<p>Bonjour,</p>
<p>Votre Renkan intitulé "{{renkan_state.renkan.renkan.title}}" a été rejeté.</p>
{% if renkan_state.message %}
<p>Avec le message suivant : {{ renkan_state.message }}</p>
{% endif %}
<p></p>
<p>Votre Renkan n'est pas effacé.</p>
<p>Vous le retrouverez dans votre espace personnel : <a href="{{WEB_URL}}{% url 'profile_home' %}">{{WEB_URL}}{% url 'profile_home' %}</a>.</p>
<br>
<p>Cordialement,</p>
<br>
<p>L'équipe Hdalab.</p>
</td>
</tr>
</table>
</div>
<!-- /content -->
</td>
<td></td>
</tr>
</table>
<!-- /body -->
</body>
</html>