From 80f79bd85413eb4819d0e01ca3b226621a60c7c6 Mon Sep 17 00:00:00 2001 From: Maciej Pienczyn Date: Tue, 3 Feb 2026 09:03:01 +0100 Subject: [PATCH] feat: Redesign benefits list page with hero section and modern card design --- templates/benefits/benefits_list.html | 795 ++++++++++++++++++-------- 1 file changed, 543 insertions(+), 252 deletions(-) diff --git a/templates/benefits/benefits_list.html b/templates/benefits/benefits_list.html index 62f0d37..e2cd6a7 100644 --- a/templates/benefits/benefits_list.html +++ b/templates/benefits/benefits_list.html @@ -4,77 +4,256 @@ {% block extra_css %} {% endblock %} {% block content %} -
-
-

- + +
+
+
+ - Korzyści Członkowskie -

-

Ekskluzywne oferty i zniżki dla członków Izby Przedsiębiorców NORDA

-
+
+

Korzyści Członkowskie

+

Ekskluzywne oferty, zniżki i narzędzia dla członków Izby Przedsiębiorców NORDA. Oszczędzaj na subskrypcjach i oprogramowaniu biznesowym.

+
+
+ {{ benefits|length if benefits else 0 }} + Aktywnych ofert +
+
+ do 50% + Oszczędności +
+
+ 14 dni + Darmowy trial +
+
+ + + +
-
- - - - - -
-
Tryb testowy
-
+
+
+ + + + + +
+
+
Tryb testowy
+
Ta strona jest widoczna tylko dla administratorów. Po zakończeniu testów zostanie udostępniona wszystkim członkom Izby.
{% if benefits %} +
+

Dostępne oferty

+

Wybierz ofertę i zacznij oszczędzać już dziś

+
+
{% for benefit in benefits %} @@ -338,23 +607,36 @@ {{ benefit.short_description or benefit.description[:150] + '...' if benefit.description and benefit.description|length > 150 else benefit.description or 'Brak opisu.' }}

- - Zobacz szczegóły - - - - +
+ + + + + 14 dni za darmo + + + + + + Bez zobowiązań + +
{% if benefit.member_price or benefit.discount_description %}
- {% if benefit.member_price %} - {{ benefit.member_price }} - {% endif %} +
+ {% if benefit.member_price %} + {{ benefit.member_price }} + {% endif %} + {% if benefit.discount_description %} + {{ benefit.discount_description }} + {% endif %} +
{% if benefit.regular_price %} - {{ benefit.regular_price }} - {% endif %} - {% if benefit.discount_description %} - {{ benefit.discount_description }} +
+ Cena regularna: + {{ benefit.regular_price }} +
{% endif %}
{% endif %} @@ -365,11 +647,18 @@ {{ benefit.promo_code }}
{% endif %} + + + Zobacz szczegóły oferty + + + +
{% else %}
- - - - - +
+ + + + + +

Brak dostępnych ofert

Wkrótce pojawią się tutaj ekskluzywne korzyści dla członków Izby.