{% load content %} {% load i18n %} {% load string_utils %}
{{ content.rendered|safe }} {% if not stream_name|startswith:"profile_" %}
{% if content.author.name %}{{ content.author.name }}{% else %}{{ content.author.handle }}{% endif %}
{% endif %}
{{ content.humanized_timestamp }}{% if content.edited %} ({% trans "edited" %}){% endif %} {% if content.author == request.user.profile %}   {% endif %}
{% if request.user.is_authenticated and content.author != request.user.profile or content.shares_count %}
{{ content.shares_count }}
{% endif %} {% if request.user.is_authenticated or content.reply_count %}
{{ content.reply_count }}
{% endif %}
{% if content.author != request.user.profile %} {% endif %}
{% if request.user.is_authenticated and content.content_type.string_value == "content" %}
{% trans "Reply" %}
{% endif %}