{{ date|date:"M" }}
{{ date|date:"j" }}
-
{% for article in articles %}
-
{{ article.title }} {% for label in article|categories:"label" %} {{ label.label|capfirst }} {% endfor %}{% if article.has_authors %} {% for author in article.authors.all %} {% if not forloop.first %} ,{% endif %}{{ author.name }} {% endfor %} - {% endif %} {{ article.source.name }} {% if article.archive_url %} - {% translate "Archived" %} {% endif %} {% if article.views %} - {% blocktranslate count views=article.views %} {{ views }} view {% plural %} {{ views }} views {% endblocktranslate %} {% endif %} {% if article.comment %}{{ article.comment|safe }}{% endif %}
{% endfor %}