Commit | Line | Data |
---|---|---|
868a9322 OL |
1 | <html> |
2 | ||
3 | <head> | |
4 | ||
5 | <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/pdf.css" /> | |
6 | <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/dae.css" /> | |
7 | <style> | |
8 | {{ css }} | |
9 | </style> | |
10 | </head> | |
11 | ||
12 | <body> | |
13 | <h1>Demande d'autorisation de création de poste</h1> | |
14 | <div class="visualClear"></div> | |
15 | ||
16 | {% include "dae/poste_resume.html" %} | |
dcaf1398 | 17 | |
868a9322 | 18 | <fieldset> |
dcaf1398 | 19 | <h2>Validations</h2> |
868a9322 | 20 | |
dcaf1398 OL |
21 | <table> |
22 | <tr> | |
23 | <th>Action</th> | |
24 | <th>Commentaire</th> | |
25 | </tr> | |
868a9322 | 26 | {% for commentaire in poste.historique_desc %} |
dcaf1398 | 27 | {% include "dae/ligne_validation.html" %} |
868a9322 | 28 | {% endfor %} |
dcaf1398 | 29 | </table> |
868a9322 OL |
30 | </fieldset> |
31 | ||
32 | <fieldset> | |
33 | <h2>Signatures</h2> | |
34 | ||
35 | <p class="signature"> ____________________________________________________________</p> | |
36 | <p class="signature"> ____________________________________________________________</p> | |
37 | <p class="signature"> ____________________________________________________________</p> | |
38 | </fieldset> | |
39 | ||
40 | ||
41 | </body> |