mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-29 10:05:03 +00:00
Fixes for work rendering without "onlyone" parameter
This commit is contained in:
@@ -65,7 +65,7 @@
|
|||||||
</th>
|
</th>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
{% if onlyone %}
|
{% if onlyone|default(false) %}
|
||||||
{% for e in w.accompanyingPeriodWorkEvaluations %}
|
{% for e in w.accompanyingPeriodWorkEvaluations %}
|
||||||
{% if evalId is defined and evalId == e.id %}
|
{% if evalId is defined and evalId == e.id %}
|
||||||
<tr>
|
<tr>
|
||||||
|
Reference in New Issue
Block a user