{% set user_link %} {{ archive.author }} {% endset %} {{ _('%(username)s said %(when)s', username=user_link, when=moment(archive.timestamp).fromNow()) }}
{{ archive.body }}
{% if archive.author != current_user.username %} Remove from Archive {% endif %}