{% load i18n wagtailimages_tags puput_tags %}
  • {% for entry in entries %}
    {{ entry.title }}
    • {{ entry.owner.username }}
    • {{ entry.date|date:"SHORT_DATE_FORMAT" }}
    • {% if blog_page.disqus_api_secret %}
    • {{ entry.num_comments }}
    • {% endif %}
    {% empty %} {% trans 'No entries yet' %} {% endfor %}