From 49d9a3023e75b6fea4caea870a9136e53a878008 Mon Sep 17 00:00:00 2001 From: Valentin Deniaud Date: Thu, 15 Oct 2020 14:38:01 +0200 Subject: [PATCH] basket-cell: improve markup (#47735) --- .../lingo/templates/lingo/combo/basket.html | 32 +++++++++++-------- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/combo/apps/lingo/templates/lingo/combo/basket.html b/combo/apps/lingo/templates/lingo/combo/basket.html index 12a8dfe1..2eb11e8f 100644 --- a/combo/apps/lingo/templates/lingo/combo/basket.html +++ b/combo/apps/lingo/templates/lingo/combo/basket.html @@ -2,33 +2,39 @@ {% block cell-content %} {% if regies %}

{% trans "Basket" %}

+
{% for regie_info in regies %} -{% if regies|length != 1 %}

{{regie_info.regie.label}}

{% endif %} -
{% endblock %}