{% load ads betty liveblog_tags %} {% for entry in entries %} {% if request.GET.entry == entry.id %} {% endif %}
{% cropped entry.authors.all.0.avatar '1x1' 100 %}

{{ 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 %} {% liveblog_entry_sharetools_partial %}
{% if forloop.counter|divisibleby:"3" %} {% dfp_ad "mobile-only-cube" %} {% endif %} {% endfor %}