{% load social_tags %}
{% if story.share_count %}
{% if story.share_count %}
Shared by {{ story.share_count }} {{ story.share_count|pluralize:"person, people" }}
{% if story.share_count_public %}
{% for share_user in story.shared_by_public %} {% endfor %}
{% endif %} {% endif %} {% if story.share_count %} {% if story.share_count_friends %}
Shared by:
{% for share_user in story.shared_by_friends %} {% endfor %}
{% endif %} {% endif %}
{% render_story_comments story %} {% if story.comment_count_public %}
There {{ story.comment_count_public|pluralize:"is,are" }} {{ story.comment_count_public}} public comment{{ story.comment_count_public|pluralize }}
{% endif %} {% endif %}