{% load static %}

Thoughts{% if authenticated %} Post {% endif %}

{% load tz %} {% for thought in thoughts %}
{{thought.text}}
{{thought.extended_text}}
{% timezone thought.timezone %} {{ thought.posted|time:"g:i a" }} {{ thought.posted|date:"M d, Y" }}, UTC{{ thought.offset_hours }} {% endtimezone %}

{% endfor %}