Merge branch 'draft-periods-without-creator' into 'master'

Display too draft periods without creator in periods of a person

See merge request Chill-Projet/chill-bundles!526
This commit is contained in:
2023-04-25 12:30:22 +00:00
3 changed files with 9 additions and 2 deletions

View File

@@ -22,6 +22,7 @@
<div class="col-md-10">
<h1>{{ 'My accompanying periods in draft'|trans }}</h1>
<p class="help-text">{{ 'Display draft periods created by me'|trans }}</p>
<div class="flex-table accompanyingcourse-list">
{% for period in accompanyingPeriods %}
@@ -31,7 +32,9 @@
{% endfor %}
</div>
{{ chill_pagination(pagination) }}
{% if accompanyingPeriods|length > 0 %}
{{ chill_pagination(pagination) }}
{% endif %}
</div>