{% extends "base.html" %} {% block title %}Issues{% endblock %} {% block content %}
| Cover | Week | Articles | Cover Method | Created | Actions |
|---|---|---|---|---|---|
|
|
{{ item.issue.week_start.strftime('%b %d') }} – {{ item.issue.week_end.strftime('%b %d, %Y') }} | {{ item.article_count }} | {{ item.issue.cover_method }} | {{ item.issue.created_at.strftime('%b %d, %Y %H:%M') }} | Download |
No issues published yet. Create one?
{% endif %} {% endblock %}