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