bgneal@205: {% load tagging_tags %} gremmie@1: {% load comment_tags %} gremmie@1: {% get_comment_count for story as comment_count %} gremmie@1:
bgneal@32: {% if on_home %} bgneal@32:

{{ story.title }}

bgneal@32: {% else %} bgneal@5:

{{ story.title }}

bgneal@32: {% endif %} gremmie@1:
bgneal@204: Submitted by {{ story.submitter.username }} on {{ story.date_submitted|date:"F d, Y" }}. gremmie@1:
bgneal@197: gremmie@1: {{ story.category.title }} gremmie@1:
gremmie@1: {{ story.short_text|safe }} gremmie@1:
bgneal@5: {% if story.long_text %} gremmie@1:

bgneal@5: Read More bgneal@5: There is more to this story, continue reading ... bgneal@5:

gremmie@1: {% endif %} bgneal@5:
bgneal@5:

bgneal@197: Category: {{ story.category.title }} bgneal@24: Comments bgneal@5: {{ comment_count }} comment{{ comment_count|pluralize }} bgneal@5: Permalink bgneal@5: {% if user.is_authenticated %} bgneal@5: Send this story to a friend bgneal@5: {% endif %} gremmie@1:

bgneal@205: {% tags_for_object story as story_tags %} bgneal@205: {% if story_tags %} gremmie@1:
bgneal@24: Tags Tags: gremmie@1: gremmie@1:
gremmie@1: {% endif %} gremmie@1: