<!DOCTYPE html>
<html>
<head>
<title>Deuxieme lecture dans le livre des psaumes</title>
<!-- Required meta tags -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous" media="screen" type="text/css">
</head>
<body>
{{navbar|raw}}
<div class="container">
<div class="row">
<div class="span6">
<p><strong>À faire : </strong></p>
<ul>
<li>cliquez sur le numéro des lectures pour les afficher dans le cadre,</li>
<li>prenez le temps de parcourir tranquillement l'ensemble des lectures,</li>
<li>ajoutez la lecture de votre choix en cliquant sur «Ajouter au livret»</li>
</ul>
<h4>{{xml2.N423}}</h4>
<p>
<a href="{{path('add_to_booklet',{code:code})}}" class="btn btn-primary" role="button">Ajouter au livret</a>
<br>
{% for ecrit in lectures %}
<a href="{{path('423_deuxieme_lecture_dans_le_livre_des_psaumes',{'code':ecrit.code})}}" class="btn btn-secondary" role="button">{{ecrit.code}}</a>
{{ecrit.name|raw}}
{% if ecrit.asterisk == 1 %}
{{asterisk}} *
{% elseif ecrit.asterisk == 0 %}
{{asterisk}}
{% endif %}<br>
{% endfor %}
<br>
{{xml2.N423.description|raw}}
<p>
<br>
{% for unecrit in lalecture %}
{{unecrit.code}} {{unecrit.name|raw}}
<br>
Lectures du {{unecrit.book|raw}}<p>{{unecrit.chapters|raw}}
{{unecrit.print|raw}}
{{unecrit.copyright|raw}}
</p>
{% endfor %}
</div> <hr style="color: #b80d00; background: #b80d00;" size="2" width="990">
<div class="container">
<div class="row">
<div class="span12">
<table class="table_small">
<tr>
<td>Powered by Netwedd © Stéphane BENTZ, 2012-2017 - Assistance : support.paris@netwedd.fr</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
</body>
</html>