{% extends "base.html" %} {% block title %}Aktualności ZOP Kaszubia - Norda Biznes Partner{% endblock %} {% block extra_css %} {% endblock %} {% block content %} {% if projects %}
Wszystkie {% for project in projects %} {{ project.name }} {% endfor %}
{% endif %} {% if news_items %}
{% for news in news_items %} {% if news.image_url %} {% else %}
{{ (news.source_domain or 'N')[0]|upper }}
{% endif %}

{{ news.title }}

{% if news.description %} {% set clean_desc = news.description|striptags %}

{{ clean_desc[:250] }}{% if clean_desc|length > 250 %}...{% endif %}

{% endif %}
{{ news.source_name or news.source_domain }} {{ news.published_at.strftime('%d.%m.%Y') if news.published_at else '-' }}
{% endfor %}
{% if total_pages > 1 %} {% endif %} {% else %}

Brak artykułów w wybranej kategorii.

{% endif %} {% endblock %}