{% firstof nested_response.response_url nested_response.identity as nested_response_url %}
{% if nested_response.author_photo %} {{ nested_response.author_name }} {% endif %} {% if nested_response.author_url %} {{ nested_response.author_name|default:"Someone" }} {% else %} {{ nested_response.author_name|default:"Someone" }} {% endif %} {% if nested_response.mention_type == "like" %} liked this {% elif nested_response.mention_type == "repost" %} reposted this {% elif nested_response.mention_type == "reply" %} replied {% else %} mentioned this {% endif %} {% if nested_response.published %} {% else %} link {% endif %}
{% if nested_response.content or nested_response.content_html %}
{% if nested_response.content_html %} {{ nested_response.content_html|safe }} {% elif nested_response.content %}

{{ nested_response.content|linebreaks }}

{% endif %}
{% endif %}