{% extends 'newsfeed/base.html' %} {% block head_title %}Issue Archive{% endblock %} {% block content %}
{% for issue in object_list %}

{{ issue.title }}

{{ issue.short_description }}

release date: {{ issue.publish_date|date:"D d M Y" }} {% endfor %}
{% endblock %}