{% load ads betty %} {% for entry in entries %} {% if request.GET.entry|add:"0" == entry.id|add:"0" %} PUT BACK IN ORDER × {% endif %} {% include 'liveblog/author_card.html' %} {{ entry.headline | safe }} {{ entry.body | safe }} {% for response in entry.responses.all %} {% cropped response.author.avatar '1x1' 100 %} {{ response.author.first_name }} {{ response.author.last_name }} {{ response.body | safe }} {% endfor %} {% if entry.recirc_content.all %} RELATED {% for recirc_item in entry.recirc_content.all %} {% cropped recirc_item.thumbnail "1x1" 100 %} {{ recirc_item.title | safe }} {% if content.subhead %} {{ content.subhead | removetags:"p br" | safe }} {% endif %} {% endfor %} {% endif %} {% include "liveblog/entry_sharetools.html" %} {# Inserts an n ad AFTER the first item and every third item thereafter. #} {% if forloop.counter0|add:"3"|divisibleby:"3" %}