Rapsys Git
/
airbundle
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add recover form directly on login page when it failed
[airbundle]
/
Resources
/
views
/
mail
/
contact.html.twig
1
{% extends '@RapsysAir/mail/body.html.twig' %}
2
{% block title %}{{ subject }}{% endblock %}
3
{% block content %}
4
<table class="content">
5
<tr>
6
<td> </td>
7
<td>
8
<h2>{{ 'Subject: %subject%'|trans({'%subject%': subject}) }}</h2>
9
<p>{{ message|nl2br }}</p>
10
</td>
11
<td> </td>
12
</tr>
13
</table>
14
{% endblock %}