{% extends 'newsfeed/base.html' %} {% block head_title %}Issue #{{ issue.issue_number }}{% endblock %} {% block content %}
{{ issue.short_description }}
publish date: {{ issue.publish_date|date:"D d M Y" }} {% include 'newsfeed/issue_posts.html' with posts=object_list %} {% endblock %}