{% load ads betty %} {% for entry in entries %} {% if request.GET.entry == entry.id %} {% endif %}
{% include 'liveblog/author_card.html' %}

{{ entry.headline | safe }}

{{ entry.body | safe }}
{% for response in entry.responses.all %}
{% cropped response.author.avatar '1x1' 100 %}
{% endfor %} {% if entry.recirc_content.all %} {% for recirc_item in entry.recirc_content.all %}
{% endfor %} {% endif %} {% include "liveblog/entry_sharetools.html" %}
{% if forloop.counter|divisibleby:"3" %} {% dfp_ad "mobile-only-cube" %} {% endif %} {% endfor %}