PDF_periodes
This commit is contained in:
parent
7b04443965
commit
d9d4fd7879
31 changed files with 1175 additions and 999 deletions
|
|
@ -6,17 +6,19 @@
|
|||
{% block bodyclass %}{{ block.super }}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<div id="content-main">
|
||||
<h1>Liste des compétences du PEC avec les modules correspondants</h1>
|
||||
<table border="0">
|
||||
{% for c in object_list %}
|
||||
<tr><td colspan="3">{{ c }}</td></td></tr>
|
||||
<tr><th width="10px"> </th><td colspan="2"><a href=" {% url 'module-detail' c.module.id %}">{{ c.module }}</a></td></tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
|
||||
|
||||
<h1>Liste des compétences du PEC avec les modules correspondants</h1>
|
||||
<table border="0">
|
||||
{% for c in object_list %}
|
||||
<tr>
|
||||
<td colspan="3">{{ c }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th width="10px"> </th>
|
||||
<td colspan="2"><a href=" {% url 'module-detail' c.module.id %}">{{ c.module }}</a></td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue