1 {% extends 'base.html' %}
4 <script type=
"text/javascript"
5 src=
"{{ MEDIA_URL }}js/jquery-1.5.1.min.js"></script>
21 <form action=
"" method=
"post">
22 <table cellspacing=
"0">
25 <input type=
"submit" name=
"save" value=
"Sauvegarder" />
28 <script type=
"text/javascript">
29 $('#id_poste').change(function() {
30 window.location = '{% url poste %}/' + $(this).val();
36 <table cellspacing=
"0">
45 {% for fin in poste.financements.all %}
47 <td>{{ fin.type }}
</td>
48 <td>{{ fin.montant }}
</td>
49 <td>{{ fin.devise }}
</td>
50 <td>{{ fin.pourcentage }}
</td>
51 <td>{{ fin.commentaire }}
</td>
52 <td><a href=
"{% url financement poste_key fin.id %}">Modifier
</a></td>
58 Vous devez enregister ce nouveau poste avant de pouvoir spécifier
59 la ou les sources de financement.
61 Aucun financement au registre
68 <a href=
"{% url financement poste_key %}">
69 Ajouter une source de financement