mirror of
https://github.com/ae-utbm/sith.git
synced 2025-08-02 15:19:55 +00:00
refactor counter
This commit is contained in:
@@ -14,9 +14,8 @@
|
||||
{% if counter.type == 'BAR' %}
|
||||
<h4>{% trans %}Barmen list{% endtrans %}</h4>
|
||||
<ul>
|
||||
{% set barmans_list = counter.get_barmen_list() %}
|
||||
{% if barmans_list | length > 0 %}
|
||||
{% for b in barmans_list %}
|
||||
{% if counter.barmen_list | length > 0 %}
|
||||
{% for b in counter.barmen_list %}
|
||||
<li>{{ user_profile_link(b) }}</li>
|
||||
{% endfor %}
|
||||
{% else %}
|
||||
|
Reference in New Issue
Block a user