{% extends "base.html" %} {% block title %}Issues{% endblock %} {% block content %}

Issues Archive

{% if issues %} {% for item in issues %} {% endfor %}
Cover Week Articles Cover Method Created Actions
Cover {{ 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') }} Read Download {% if config.GRIMMORY_URL and config.GRIMMORY_USERNAME and config.GRIMMORY_PASSWORD %}
{% endif %}
{% else %}

No issues published yet. Create one?

{% endif %} {% endblock %}