{% load i18n cyclope_utils %} {% with author=current_object.get_author_or_user %} {% with author_url=author.get_absolute_url %} {% if author %}

{% if author_url %}{% endif %}{% trans "By" %} {{ author }}{% if author_url %}{% endif %}

{% endif %} {% endwith %} {% endwith %}