{% load utils_tags social_tags %} {{ social_profile.title }} {% if active_story %} {% if active_story.feed %} {% endif %} {% if active_story.image_url %} {% endif %} {% endif %} {% include_stylesheets "blurblog" %} {% if social_profile.custom_css %} {% endif %} {% if not debug %} {% endif %}

{% if social_profile.location %}
{{ social_profile.location }}
{% endif %} {% if social_profile.bio %}
{{ social_profile.bio }}
{% endif %}
{{ social_profile.shared_stories_count }} shared {{ social_profile.shared_stories_count|pluralize:"story,stories" }}
·
{{ social_profile.follower_count }} follower{{ social_profile.follower_count|pluralize }}
{% if user.is_authenticated %}
·
{% if user_following_social_profile %} {% if social_profile.user_id == user.pk %} This is your blurblog {% else %} You are following {{ social_profile.username }} {% endif %} {% else %}
Follow {{ social_profile.username }}
{% endif %}
{% endif %}

{% for story in stories %} {% render_social_story story %} {% endfor %} {% if has_next_page %}
Next Page of Stories
{% endif %}
{% include_javascripts "blurblog" %}