{% extends "base.html" %} {% load i18n %} {% block title%}{% trans "Albisteak" %}{% endblock %} {% block content%}

Albisteak

{% if articles%}
{% for article in page.object_list %}
{% if article.image%} {% endif %}

{{article.title}}

{{article.published}}  ¦  {{article.tags}}

{{article.summary|safe}}

Gehiago irakurri...

 
{% endfor %}

Emaitzak: {{page.paginator.count}} | Orriak: {% for num in page.page_range %} {% if not num %} ... {# literally dots #} {% else %} {% ifequal page.number num %} {{num}} {% else %} {{num}} {% endifequal %} {% endif %} {% endfor %}

{% endif %} {% endblock %} {% block menu%} {% endblock %}