Num. des sous-comp.

This commit is contained in:
alazo 2017-06-16 09:07:13 +02:00
parent 359aa290ea
commit 4f7c294768
2 changed files with 26 additions and 1 deletions

View file

@ -16,7 +16,7 @@
<tr><th>Plus-value sur le CFC ASE</th><td>
{% for c in object.competence_set.all %}
{% for sc in c.souscompetence_set.all %}
- {{sc.nom}} <br />
- {{sc.nom}} (voir {{sc.competence.code}}) <br />
{%endfor %}
{% endfor %}
</td></tr>