{% load i18n %} {% load cbc %} {% extends "pages/body.html" %} {% block content %} {% if object_list %} {% for new in object_list %}

{% if new.is_external %} {% endif %}{{ new.title }}

{{ new.text|cbc }}
{% trans "Added" %}: {{ new.date|truncatewords:"1" }} || {% if new.is_more %}{% trans "Read More" %}{% else %}{% trans "News Link" %}{% endif %} || {% ifequal sid 6 %}Propagate this news: {% if new.digg_field %} {% else %}Digg.com{% endif %} | del.icio.us | {% if new.reddit_field %} {% else %}reddit.com{% endif %}{% else %}Poleć wiadomość innym : {% if new.wykop_field %}Głosuj na Wykopie{% else %}Wykop.pl{% endif %} | Gwar.pl | {% if new.jakilinux_field %}Głosuj na jakilinux.org{% else %}Jakilinux.org{% endif %} | del.icio.us {% if new.infoneo_field %}| Głosuj na Infoneo{% endif %}{% endifequal %}

{% endfor %} {% if has_previous %}
{% trans "Previous News" %}
{% endif %} {% if has_next %}
{% trans "Older News" %}
{% endif %} {% else %} {% trans "No news" %} {% endif %} {% endblock %} {% block leftmenu %} {% endblock %}