projets
/
auf_rh_dae.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fix for titulaire antérieur
[auf_rh_dae.git]
/
project
/
dae
/
templates
/
dae
/
justifications.html
1
{% for f in form.management_form %}
2
{{ f }}
3
{% endfor %}
4
{% for f in form.forms %}
5
<table>
6
<tr>
7
<th>
{{ f.instance.question }} {{ f.reponse.errors }}
</th>
8
</tr>
9
<tr>
10
<td>
{{ f.reponse }} {% for field in f %}{% if field.is_hidden %}{{ field }}{% endif %}{% endfor %}
</td>
11
</tr>
12
</table>
13
{% endfor %}