{% load i18n %}
{% trans 'Published by' %}
{% with record=item.publicationrecord %} {{record.user.username}} ({{record.get_visibility_display}}) {% endwith %}