{% if content and not content.author.user %}
{% endif %}
{# Note, following intentionally not in modal as plan is to likely remove modal #}
{% if content %}
{% if request.user.is_authenticated and content.author != request.user.profile %}
{% endif %}
{% endif %}
{% if content %}{{ content.rendered|safe }}{% endif %}
{% if content %}{{ content.humanized_timestamp }}{% if content.edited %} ({% trans "edited" %}){% endif %}{% endif %}
{% if content %}{{ content.children.count }}{% endif %}