{% extends "streams/base.html" %} {% load i18n %} {% block title %}{% block stream_title %} {% if profile.name %}{{ profile.name }}{% else %}{{ profile.guid }}{% endif %} {% endblock %}{% endblock %} {% block stream_stamped %}
{% if request.user.is_authenticated and profile == request.user.profile %}
 {{ profile.following.count }}
 {{ followers_count }}
{% else %}
{% if not profile.user %} {% endif %} {% if request.user.is_authenticated %} {% endif %}
{% if profile.user %}
 {{ profile.following.count }}
 {{ followers_count }}
{% endif %} {% endif %}
{% if profile.safer_image_url_large %} {% endif %}

{% if profile.name %}{{ profile.name }}{% else %}{{ profile.guid }}{% endif %}

{{ profile.handle }}

{% if pinned_content_exists %} {% trans "Pinned content" %} {% endif %} {% trans "All content" %}
{% endblock %}