mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-29 02:53:50 +00:00
Merge branch '390-fix-search-results' into 'master'
Fix participant condition in list_with_period.html.twig Closes #390 See merge request Chill-Projet/chill-bundles!832
This commit is contained in:
@@ -96,11 +96,11 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if acp.currentParticipations|length > 1 %}
|
||||
{% if acp.currentParticipations|length > 1 or (acp.currentParticipations|first).person is not same as person %}
|
||||
<div class="wl-row">
|
||||
<div class="wl-col title">
|
||||
<h3 class="participants">
|
||||
{{ 'Participants'|trans }}
|
||||
{{ 'accompanying_period.Participants_without_count'|trans({count: acp.currentParticipations|length}) }}
|
||||
</h3>
|
||||
</div>
|
||||
<div class="wl-col list">
|
||||
|
Reference in New Issue
Block a user