{% load shoutbox_bbcode %} {% for shout in shouts %}
{{shout.created_at|date:'g:i A'}} {{shout.user.username}}: {{ shout.content | safe | shoutbox_bbcode }}
{% endfor %}