{% extends "base.html" %} {% block content %}
{% if object_list %} {% if is_paginated %}

Pag. {{ page }} de {{ pages }}
{% if has_previous %} Anterior, {% endif %} {% if has_next %} Siguiente {% endif %}

{% endif %} {% for object in object_list %}

{{ object.title }}

{{ object.pub_date }}

{{ object.abstract|linebreaks }}

{% endfor %} {% else %}

No Articles Available

{% endif %}

{% endblock content %} {% block submenu %} {% endblock submenu %} {% block news %}
  • Todos los artículos

  • {% endblock news %}