{% for issue in object_list %}

{{ issue.title }}

{{ issue.short_description }}

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