{% load filters i18n %}

{{ entry.topic.title }} {% if entry.id == user.pinned_entry_id %} {% trans "unpin this from the profile" %} {% endif %}

{% with text=entry.content|formatted|linebreaksbr %} {{ text|truncatechars_html:700 }}
{% if entry.author == user %} {% trans "edit" %}{% endif %} {% if text|length > 700 %} {% trans "read more ยป" %} {% endif %} {{ entry.date_created|entrydate:entry.date_edited }}
{% endwith %}