{% extends "base.html" %} {% block title %}Aktualności członków - Norda Biznes Partner{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
⚠️
Ta sekcja nie jest już rozwijana. Bieżące ogłoszenia i aktualności znajdziesz w nowej sekcji Aktualności →

Aktualności członków (archiwum)

{{ total_events }} wydarzeń z życia firm członkowskich

{% if event_type_filter or company_id %}
Wyczyść filtry
{% endif %}
{% if events %}
{% for event in events %}
{% if event.event_type == 'product_launch' %}📦 Nowy produkt{% endif %} {% if event.event_type == 'company_milestone' %}🏆 Kamień milowy{% endif %} {% if event.event_type == 'company_news' %}📰 Aktualność{% endif %} {% if event.event_type == 'education_event' %}🎓 Szkolenie{% endif %} {% if event.event_type == 'company_info' %}ℹ️ Informacja{% endif %} {% if event.event_type == 'financial_report' %}💰 Raport finansowy{% endif %} {% if event.event_type == 'contract_win' %}🤝 Nowy kontrakt{% endif %} {% if event.event_type == 'event' %}📅 Wydarzenie{% endif %}

{{ event.title }}

{{ event.description }}
{% if event.event_date %}
{{ event.event_date.strftime('%d.%m.%Y') }}
{% endif %} {% if event.source_url %} {% endif %}
{% endfor %}
{% if total_pages > 1 %} {% endif %} {% else %}

Brak wydarzeń

Nie znaleziono wydarzeń spełniających wybrane kryteria.

Pokaż wszystkie
{% endif %} {% endblock %}