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

Publish Issue

Select a single week, or click two different weeks to select a range.

{{ cal_month_name }}
{% for week in calendar_weeks %} {% for day in week.days %} {% endfor %} {% endfor %}
WkMonTueWedThuFriSatSun
{{ week.iso_week }}{% if week.article_count %} ({{ week.article_count }}){% endif %}{{ day.day }}
{% for article in all_articles %} {% endfor %}
{% endblock %} {% block scripts %} {% endblock %}