Pag. {{ page }} de {{ pages }}
{% if has_previous %}
Anterior,
{% endif %}
{% if has_next %}
Siguiente
{% endif %}
{{ object.title }}
{{ object.pub_date }}
{{ object.body|linebreaks }}
No Projects Available
{% endif %}
{% extends "base.html" %} {% block content %}
Pag. {{ page }} de {{ pages }}
{% if has_previous %}
Anterior,
{% endif %}
{% if has_next %}
Siguiente
{% endif %}
{{ object.pub_date }}
{{ object.body|linebreaks }}
No Projects Available
{% endif %}