Merge branch 'master' into upgrade-sf5

This commit is contained in:
2024-09-16 15:29:43 +02:00
3 changed files with 27 additions and 3 deletions

View File

@@ -83,10 +83,10 @@
</div>
<div class="wl-col list">
{%- if w.referrers|length > 0 -%}
{% for r in w.referrersHistory %}
{% for r in w.referrersHistoryCurrent %}
<span class="wl-item">
<span class="badge-user">{{ r.user|chill_entity_render_box({'at_date': r.startDate}) }}</span>
{% if not loop.last %}, {% endif %}
{%- if not loop.last %}, {% endif %}
</span>
{% endfor %}
{% else %}