{% extends "whispermaphone/page.html" %} {% block navigation %} Thoughts About{% if authenticated %} Post{% endif %}

Search

{% endblock %} {% block main %}
{{ form.as_table }}
 
{% if query %} {% load tz %}

Results

{% for thought in page.object_list %}
{{ thought.object.text|urlize }} Show
{% timezone thought.object.get_timezone %} {{ thought.object.posted|time:"g:i a" }} {{ thought.object.posted|date:"M d, Y" }}, UTC{{ thought.object.get_offset_hours }} {{ thought.object.get_season }} {% endtimezone %}

{% empty %}

No results found.

{% endfor %} {% else %} {# Show some example queries to run, maybe query syntax, something else? #} {% endif %}
{% endblock %}