19 lines
374 B
XML
19 lines
374 B
XML
<metal:block use-macro="main_template">
|
|
|
|
<div metal:fill-slot="content">
|
|
<div class="alert alert-info"
|
|
tal:condition="messages"
|
|
tal:repeat="message messages">
|
|
<h4>${structure:message}</h4>
|
|
</div>
|
|
<p>
|
|
<br />
|
|
<a href="${url_identification}">Se connecter à mon compte</a>
|
|
<br /><br />
|
|
</p>
|
|
<br />
|
|
<br />
|
|
</div>
|
|
|
|
</metal:block>
|