{% if is_grouped %}
  • {% for newsitem in newsitem_list %}{{ newsitem.title }} posted by {{ newsitem.attributes.username }} to {{ newsitem.attributes.source.name }}{% endfor %}
  • {% else %} {% for newsitem in newsitem_list %}
  • {{ newsitem.title }}

    Posted to {{ newsitem.attributes.source.name }} by {% ifequal newsitem.attributes.source.name "Panoramio" %} {% endifequal %} {% ifequal newsitem.attributes.source.name "Flickr" %} {% endifequal %} {{ newsitem.attributes.username }} on {{ newsitem.item_date|date:"F j, Y" }}.

  • {% endfor %} {% endif %}